Html Css Color HEX #EA84C5 Tea Rose

📋 copy color: '#EA84C5'

red 234 ◦ green 132 ◦ blue 197

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

Shades of Tea Rose #EA84C5

Tints of Tea Rose #EA84C5

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.45%

 BLUE value IS 197 (77.34% from 255) = 34.99%

R = 41.56%
G = 23.45%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#EA84C5 (or 0xEA84C5) is known color: Tea Rose. HEX triplet: EA, 84 and C5. RGB value is (234,132,197). Sum of RGB (Red+Green+Blue) = 234+132+197=563 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.56% from 563); Green value is 132 (51.95% from 255 or 23.45% from 563); Blue value is 197 (77.34% from 255 or 34.99% from 563); Max value from RGB is 234 - color contains mainly: red. Hex color #EA84C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA84C5 is #157B3A. Grayscale: #A9A9A9. Windows color (decimal): -1407803 or 12944618. OLE color: 12944618.

HSL color Cylindrical-coordinate representation of color #EA84C5: hue angle of 321.76º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA84C5 is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 132 197 -
CMYK 0 0.44 0.16 0.08
HSL 321.76º 0.71% 0.72% -
HSV(B) 321.76º 0.44% 0.92% -
XYZ 52.26 38.03 57.41 -
YUV 169.91 143.29 173.71 -
System Red Green Blue C M Y K H S L
Decimal 234 132 197 0 0.44 0.16 0.08 321.76 0.71 0.72
Hex EA 84 C5 0 2C 10 8 142 47 48
Octal 352 204 305 0 54 20 10 502 107 110
Binary 11101010 10000100 11000101 0 101100 10000 1000 101000010 1000111 1001000

Color Harmonies of #EA84C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA84C5

Black with #EA84C5

Text Example


Text Example

White with #EA84C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA84C5; }

 p { color: rgb(234,132,197); }

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

background-color css

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

 a { background-color: rgb(234,132,197); }

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

border-color css

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

 span { border-color: rgb(234,132,197); }

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