Html Css Color HEX #EA84CB Tea Rose

📋 copy color: '#EA84CB'

red 234 ◦ green 132 ◦ blue 203

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

Shades of Tea Rose #EA84CB

Tints of Tea Rose #EA84CB

RGB

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

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

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

R = 41.12%
G = 23.2%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#EA84CB (or 0xEA84CB) is known color: Tea Rose. HEX triplet: EA, 84 and CB. RGB value is (234,132,203). Sum of RGB (Red+Green+Blue) = 234+132+203=569 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.12% from 569); Green value is 132 (51.95% from 255 or 23.20% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 234 - color contains mainly: red. Hex color #EA84CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA84CB is #157B34. Grayscale: #AAAAAA. Windows color (decimal): -1407797 or 13337834. OLE color: 13337834.

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

Color convert

RGB 234 132 203 -
CMYK 0 0.44 0.13 0.08
HSL 318.24º 0.71% 0.72% -
HSV(B) 318.24º 0.44% 0.92% -
XYZ 52.96 38.31 61.1 -
YUV 170.59 146.29 173.23 -
System Red Green Blue C M Y K H S L
Decimal 234 132 203 0 0.44 0.13 0.08 318.24 0.71 0.72
Hex EA 84 CB 0 2C D 8 13E 47 48
Octal 352 204 313 0 54 15 10 476 107 110
Binary 11101010 10000100 11001011 0 101100 1101 1000 100111110 1000111 1001000

Color Harmonies of #EA84CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA84CB

Black with #EA84CB

Text Example


Text Example

White with #EA84CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA84CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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