Html Css Color HEX #EA8FCB Tea Rose

📋 copy color: '#EA8FCB'

red 234 ◦ green 143 ◦ blue 203

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

Shades of Tea Rose #EA8FCB

Tints of Tea Rose #EA8FCB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.66%

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

R = 40.34%
G = 24.66%
B = 35%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#EA8FCB (or 0xEA8FCB) is known color: Tea Rose. HEX triplet: EA, 8F and CB. RGB value is (234,143,203). Sum of RGB (Red+Green+Blue) = 234+143+203=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 143 (56.25% from 255 or 24.66% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8FCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8FCB is #157034. Grayscale: #B0B0B0. Windows color (decimal): -1404981 or 13340650. OLE color: 13340650.

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

Color convert

RGB 234 143 203 -
CMYK 0 0.39 0.13 0.08
HSL 320.44º 0.68% 0.74% -
HSV(B) 320.44º 0.39% 0.92% -
XYZ 54.53 41.45 61.63 -
YUV 177.05 142.65 168.62 -
System Red Green Blue C M Y K H S L
Decimal 234 143 203 0 0.39 0.13 0.08 320.44 0.68 0.74
Hex EA 8F CB 0 27 D 8 140 44 4A
Octal 352 217 313 0 47 15 10 500 104 112
Binary 11101010 10001111 11001011 0 100111 1101 1000 101000000 1000100 1001010

Color Harmonies of #EA8FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8FCB

Black with #EA8FCB

Text Example


Text Example

White with #EA8FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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