Html Css Color HEX #EA8ACB Tea Rose

📋 copy color: '#EA8ACB'

red 234 ◦ green 138 ◦ blue 203

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

Shades of Tea Rose #EA8ACB

Tints of Tea Rose #EA8ACB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24%

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

R = 40.7%
G = 24%
B = 35.3%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#EA8ACB (or 0xEA8ACB) is known color: Tea Rose. HEX triplet: EA, 8A and CB. RGB value is (234,138,203). Sum of RGB (Red+Green+Blue) = 234+138+203=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 138 (54.30% from 255 or 24% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8ACB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8ACB is #157534. Grayscale: #ADADAD. Windows color (decimal): -1406261 or 13339370. OLE color: 13339370.

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

Color convert

RGB 234 138 203 -
CMYK 0 0.41 0.13 0.08
HSL 319.38º 0.7% 0.73% -
HSV(B) 319.38º 0.41% 0.92% -
XYZ 53.8 39.98 61.38 -
YUV 174.11 144.3 170.71 -
System Red Green Blue C M Y K H S L
Decimal 234 138 203 0 0.41 0.13 0.08 319.38 0.7 0.73
Hex EA 8A CB 0 29 D 8 13F 46 49
Octal 352 212 313 0 51 15 10 477 106 111
Binary 11101010 10001010 11001011 0 101001 1101 1000 100111111 1000110 1001001

Color Harmonies of #EA8ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8ACB

Black with #EA8ACB

Text Example


Text Example

White with #EA8ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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