Html Css Color HEX #E08685 Sea Pink

📋 copy color: '#E08685'

red 224 ◦ green 134 ◦ blue 133

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

Shades of Sea Pink #E08685

Tints of Sea Pink #E08685

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.29%

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

R = 45.62%
G = 27.29%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E08685 (or 0xE08685) is known color: Sea Pink. HEX triplet: E0, 86 and 85. RGB value is (224,134,133). Sum of RGB (Red+Green+Blue) = 224+134+133=491 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.62% from 491); Green value is 134 (52.73% from 255 or 27.29% from 491); Blue value is 133 (52.34% from 255 or 27.09% from 491); Max value from RGB is 224 - color contains mainly: red. Hex color #E08685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08685 is #1F797A. Grayscale: #A0A0A0. Windows color (decimal): -2062715 or 8750816. OLE color: 8750816.

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

Color convert

RGB 224 134 133 -
CMYK 0 0.40 0.41 0.12
HSL 0.66º 0.59% 0.7% -
HSV(B) 0.66º 0.41% 0.88% -
XYZ 43.5 34.59 26.57 -
YUV 160.8 112.32 173.08 -
System Red Green Blue C M Y K H S L
Decimal 224 134 133 0 0.40 0.41 0.12 0.66 0.59 0.7
Hex E0 86 85 0 28 29 C 1 3B 46
Octal 340 206 205 0 50 51 14 1 73 106
Binary 11100000 10000110 10000101 0 101000 101001 1100 1 111011 1000110

Color Harmonies of #E08685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08685

Black with #E08685

Text Example


Text Example

White with #E08685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08685; }

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

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

background-color css

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

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

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

border-color css

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

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

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