Html Css Color HEX #E08985 Sea Pink

📋 copy color: '#E08985'

red 224 ◦ green 137 ◦ blue 133

#E08985
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Pink #E08985

Tints of Sea Pink #E08985

RGB

 RED value IS 224 (87.89% from 255) = 45.34%

 GREEN value IS 137 (53.91% from 255) = 27.73%

 BLUE value IS 133 (52.34% from 255) = 26.92%

R = 45.34%
G = 27.73%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E08985 (or 0xE08985) is known color: Sea Pink. HEX triplet: E0, 89 and 85. RGB value is (224,137,133). Sum of RGB (Red+Green+Blue) = 224+137+133=494 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.34% from 494); Green value is 137 (53.91% from 255 or 27.73% from 494); Blue value is 133 (52.34% from 255 or 26.92% from 494); Max value from RGB is 224 - color contains mainly: red. Hex color #E08985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08985 is #1F767A. Grayscale: #A2A2A2. Windows color (decimal): -2061947 or 8751584. OLE color: 8751584.

HSL color Cylindrical-coordinate representation of color #E08985: hue angle of 2.64º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E08985 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 137 133 -
CMYK 0 0.39 0.41 0.12
HSL 2.64º 0.59% 0.7% -
HSV(B) 2.64º 0.41% 0.88% -
XYZ 43.92 35.43 26.71 -
YUV 162.56 111.32 171.83 -
System Red Green Blue C M Y K H S L
Decimal 224 137 133 0 0.39 0.41 0.12 2.64 0.59 0.7
Hex E0 89 85 0 27 29 C 3 3B 46
Octal 340 211 205 0 47 51 14 3 73 106
Binary 11100000 10001001 10000101 0 100111 101001 1100 11 111011 1000110

Color Harmonies of #E08985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08985

Black with #E08985

Text Example


Text Example

White with #E08985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08985; }

 p { color: rgb(224,137,133); }

 H1.HeaderClassName
 {
   color: #E08985;
 }
 .AnyTagClassName
 {
   color: #E08985;
 }
</style>

background-color css

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

 a { background-color: rgb(224,137,133); }

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

border-color css

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

 span { border-color: rgb(224,137,133); }

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