#E07B7A

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

Shades of Sea Pink #E07B7A

Tints of Sea Pink #E07B7A

Color information

#E07B7A (or 0xE07B7A) is unknown color: approx Sea Pink. HEX triplet: E0, 7B and 7A. RGB value is (224,123,122). Sum of RGB (Red+Green+Blue) = 224+123+122=469 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.76% from 469); Green value is 123 (48.44% from 255 or 26.23% from 469); Blue value is 122 (48.05% from 255 or 26.01% from 469); Max value from RGB is 224 - color contains mainly: red. Hex color #E07B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07B7A is #1F8485. Grayscale: #999999. Windows color (decimal): -2065542 or 8027104. OLE color: 8027104.

HSL color Cylindrical-coordinate representation of color #E07B7A: hue angle of 0.59º 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 #E07B7A is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB224123122-
CMYK00.450.460.12
HSL0.59º62.2%67.84%-
HSV(B)0.59º45.54%87.84%-
XYZ41.3431.4222.3-
YUV153.08110.46178.58-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.76%
GREEN value IS 123 (48.44% from 255) = 26.23%
BLUE value IS 122 (48.05% from 255) = 26.01%
R=47.76%
G=26.23%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412312200.450.460.120.5962.267.84
HexE07B7A02D2EC13e44
Octal3401731720555614176104
Binary11100000111101111110100101101101110110011111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07B7A; }

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

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

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

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

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

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

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

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