Html Css Color HEX #EA7BC9 Tea Rose

📋 copy color: '#EA7BC9'

red 234 ◦ green 123 ◦ blue 201

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

Shades of Tea Rose #EA7BC9

Tints of Tea Rose #EA7BC9

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.04%

 BLUE value IS 201 (78.91% from 255) = 36.02%

R = 41.94%
G = 22.04%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EA7BC9 (or 0xEA7BC9) is known color: Tea Rose. HEX triplet: EA, 7B and C9. RGB value is (234,123,201). Sum of RGB (Red+Green+Blue) = 234+123+201=558 (73% of max value = 765). Red value is 234 (91.80% from 255 or 41.94% from 558); Green value is 123 (48.44% from 255 or 22.04% from 558); Blue value is 201 (78.91% from 255 or 36.02% from 558); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7BC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7BC9 is #158436. Grayscale: #A4A4A4. Windows color (decimal): -1410103 or 13204458. OLE color: 13204458.

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

Color convert

RGB 234 123 201 -
CMYK 0 0.47 0.14 0.08
HSL 317.84º 0.73% 0.7% -
HSV(B) 317.84º 0.47% 0.92% -
XYZ 51.56 35.88 59.47 -
YUV 165.08 148.27 177.16 -
System Red Green Blue C M Y K H S L
Decimal 234 123 201 0 0.47 0.14 0.08 317.84 0.73 0.7
Hex EA 7B C9 0 2F E 8 13E 49 46
Octal 352 173 311 0 57 16 10 476 111 106
Binary 11101010 1111011 11001001 0 101111 1110 1000 100111110 1001001 1000110

Color Harmonies of #EA7BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7BC9

Black with #EA7BC9

Text Example


Text Example

White with #EA7BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7BC9; }

 p { color: rgb(234,123,201); }

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

background-color css

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

 a { background-color: rgb(234,123,201); }

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

border-color css

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

 span { border-color: rgb(234,123,201); }

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