#E07D7A

Color #E07D7A Sea Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Pink #E07D7A

Tints of Sea Pink #E07D7A

Color information

#E07D7A (or 0xE07D7A) is unknown color: approx Sea Pink. HEX triplet: E0, 7D and 7A. RGB value is (224,125,122). Sum of RGB (Red+Green+Blue) = 224+125+122=471 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.56% from 471); Green value is 125 (49.22% from 255 or 26.54% from 471); Blue value is 122 (48.05% from 255 or 25.90% from 471); Max value from RGB is 224 - color contains mainly: red. Hex color #E07D7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07D7A is #1F8285. Grayscale: #9A9A9A. Windows color (decimal): -2065030 or 8027616. OLE color: 8027616.

HSL color Cylindrical-coordinate representation of color #E07D7A: hue angle of 1.76º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E07D7A is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB224125122-
CMYK00.440.460.12
HSL1.76º62.2%67.84%-
HSV(B)1.76º45.54%87.84%-
XYZ41.5931.9222.38-
YUV154.26109.8177.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 224 (87.89% from 255) = 47.56%
GREEN value IS 125 (49.22% from 255) = 26.54%
BLUE value IS 122 (48.05% from 255) = 25.90%
R=47.56%
G=26.54%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412512200.440.460.121.7662.267.84
HexE07D7A02C2EC23e44
Octal3401751720545614276104
Binary111000001111101111101001011001011101100101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07D7A; }

 p { color: rgb(224,125,122); }

 H1.HeaderClassName
 {
   color: #E07D7A;
 }
 .AnyTagClassName
 {
   color: #E07D7A;
 }
</style>
background-color css

<style>
 a { background-color: #E07D7A; }

 a { background-color: rgb(224,125,122); }

 div.DivClassName
 {
   background-color: #E07D7A;
 }
 .BgClassName
 {
   background-color: #E07D7A;
 }
</style>
border-color css

<style>
 span { border-color: #E07D7A; }

 span { border-color: rgb(224,125,122); }

 td.TdClassName
 {
   border-color: #E07D7A;
 }
 .TagClassName
 {
   border-color: #E07D7A;
 }
</style>