Html Css Color HEX #EA8DCB Tea Rose

📋 copy color: '#EA8DCB'

red 234 ◦ green 141 ◦ blue 203

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

Shades of Tea Rose #EA8DCB

Tints of Tea Rose #EA8DCB

RGB

 RED value IS 234 (91.8% from 255) = 40.48%

 GREEN value IS 141 (55.47% from 255) = 24.39%

 BLUE value IS 203 (79.69% from 255) = 35.12%

R = 40.48%
G = 24.39%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#EA8DCB (or 0xEA8DCB) is known color: Tea Rose. HEX triplet: EA, 8D and CB. RGB value is (234,141,203). Sum of RGB (Red+Green+Blue) = 234+141+203=578 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.48% from 578); Green value is 141 (55.47% from 255 or 24.39% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8DCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8DCB is #157234. Grayscale: #AFAFAF. Windows color (decimal): -1405493 or 13340138. OLE color: 13340138.

HSL color Cylindrical-coordinate representation of color #EA8DCB: hue angle of 320º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EA8DCB is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 141 203 -
CMYK 0 0.40 0.13 0.08
HSL 320º 0.69% 0.74% -
HSV(B) 320º 0.4% 0.92% -
XYZ 54.24 40.85 61.53 -
YUV 175.88 143.31 169.46 -
System Red Green Blue C M Y K H S L
Decimal 234 141 203 0 0.40 0.13 0.08 320 0.69 0.74
Hex EA 8D CB 0 28 D 8 140 45 4A
Octal 352 215 313 0 50 15 10 500 105 112
Binary 11101010 10001101 11001011 0 101000 1101 1000 101000000 1000101 1001010

Color Harmonies of #EA8DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8DCB

Black with #EA8DCB

Text Example


Text Example

White with #EA8DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8DCB; }

 p { color: rgb(234,141,203); }

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

background-color css

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

 a { background-color: rgb(234,141,203); }

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

border-color css

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

 span { border-color: rgb(234,141,203); }

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