#E07F7E

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

Shades of Sea Pink #E07F7E

Tints of Sea Pink #E07F7E

Color information

#E07F7E (or 0xE07F7E) is unknown color: approx Sea Pink. HEX triplet: E0, 7F and 7E. RGB value is (224,127,126). Sum of RGB (Red+Green+Blue) = 224+127+126=477 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.96% from 477); Green value is 127 (50% from 255 or 26.62% from 477); Blue value is 126 (49.61% from 255 or 26.42% from 477); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07F7E is #1F8081. Grayscale: #9B9B9B. Windows color (decimal): -2064514 or 8290272. OLE color: 8290272.

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

Color convert

RGB224127126-
CMYK00.430.440.12
HSL0.61º61.25%68.63%-
HSV(B)0.61º43.75%87.84%-
XYZ42.132.5323.8-
YUV155.89111.14176.58-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.96%
GREEN value IS 127 (50% from 255) = 26.62%
BLUE value IS 126 (49.61% from 255) = 26.42%
R=46.96%
G=26.62%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412712600.430.440.120.6161.2568.63
HexE07F7E02B2CC13d45
Octal3401771760535414175105
Binary11100000111111111111100101011101100110011111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07F7E; }

 p { color: rgb(224,127,126); }

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

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

 a { background-color: rgb(224,127,126); }

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

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

 span { border-color: rgb(224,127,126); }

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