Html Css Color HEX #EA83CC Tea Rose

📋 copy color: '#EA83CC'

red 234 ◦ green 131 ◦ blue 204

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

Shades of Tea Rose #EA83CC

Tints of Tea Rose #EA83CC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.02%

 BLUE value IS 204 (80.08% from 255) = 35.85%

R = 41.12%
G = 23.02%
B = 35.85%

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

#EA83CC (or 0xEA83CC) is known color: Tea Rose. HEX triplet: EA, 83 and CC. RGB value is (234,131,204). Sum of RGB (Red+Green+Blue) = 234+131+204=569 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.12% from 569); Green value is 131 (51.56% from 255 or 23.02% from 569); Blue value is 204 (80.08% from 255 or 35.85% from 569); Max value from RGB is 234 - color contains mainly: red. Hex color #EA83CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA83CC is #157C33. Grayscale: #A9A9A9. Windows color (decimal): -1408052 or 13403114. OLE color: 13403114.

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

Color convert

RGB 234 131 204 -
CMYK 0 0.44 0.13 0.08
HSL 317.48º 0.71% 0.72% -
HSV(B) 317.48º 0.44% 0.92% -
XYZ 52.95 38.08 61.69 -
YUV 170.12 147.12 173.56 -
System Red Green Blue C M Y K H S L
Decimal 234 131 204 0 0.44 0.13 0.08 317.48 0.71 0.72
Hex EA 83 CC 0 2C D 8 13D 47 48
Octal 352 203 314 0 54 15 10 475 107 110
Binary 11101010 10000011 11001100 0 101100 1101 1000 100111101 1000111 1001000

Color Harmonies of #EA83CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA83CC

Black with #EA83CC

Text Example


Text Example

White with #EA83CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA83CC; }

 p { color: rgb(234,131,204); }

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

background-color css

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

 a { background-color: rgb(234,131,204); }

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

border-color css

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

 span { border-color: rgb(234,131,204); }

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