Html Css Color HEX #EA84C2 Tea Rose

📋 copy color: '#EA84C2'

red 234 ◦ green 132 ◦ blue 194

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

Shades of Tea Rose #EA84C2

Tints of Tea Rose #EA84C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.64%

R = 41.79%
G = 23.57%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EA84C2 (or 0xEA84C2) is known color: Tea Rose. HEX triplet: EA, 84 and C2. RGB value is (234,132,194). Sum of RGB (Red+Green+Blue) = 234+132+194=560 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.79% from 560); Green value is 132 (51.95% from 255 or 23.57% from 560); Blue value is 194 (76.17% from 255 or 34.64% from 560); Max value from RGB is 234 - color contains mainly: red. Hex color #EA84C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA84C2 is #157B3D. Grayscale: #A9A9A9. Windows color (decimal): -1407806 or 12748010. OLE color: 12748010.

HSL color Cylindrical-coordinate representation of color #EA84C2: hue angle of 323.53º 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 #EA84C2 is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 132 194 -
CMYK 0 0.44 0.17 0.08
HSL 323.53º 0.71% 0.72% -
HSV(B) 323.53º 0.44% 0.92% -
XYZ 51.92 37.89 55.62 -
YUV 169.57 141.79 173.96 -
System Red Green Blue C M Y K H S L
Decimal 234 132 194 0 0.44 0.17 0.08 323.53 0.71 0.72
Hex EA 84 C2 0 2C 11 8 144 47 48
Octal 352 204 302 0 54 21 10 504 107 110
Binary 11101010 10000100 11000010 0 101100 10001 1000 101000100 1000111 1001000

Color Harmonies of #EA84C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA84C2

Black with #EA84C2

Text Example


Text Example

White with #EA84C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA84C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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