Html Css Color HEX #EA83C9 Tea Rose

📋 copy color: '#EA83C9'

red 234 ◦ green 131 ◦ blue 201

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

Shades of Tea Rose #EA83C9

Tints of Tea Rose #EA83C9

RGB

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

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

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

R = 41.34%
G = 23.14%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EA83C9 (or 0xEA83C9) is known color: Tea Rose. HEX triplet: EA, 83 and C9. RGB value is (234,131,201). Sum of RGB (Red+Green+Blue) = 234+131+201=566 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.34% from 566); Green value is 131 (51.56% from 255 or 23.14% from 566); Blue value is 201 (78.91% from 255 or 35.51% from 566); Max value from RGB is 234 - color contains mainly: red. Hex color #EA83C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA83C9 is #157C36. Grayscale: #A9A9A9. Windows color (decimal): -1408055 or 13206506. OLE color: 13206506.

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

Color convert

RGB 234 131 201 -
CMYK 0 0.44 0.14 0.08
HSL 319.22º 0.71% 0.72% -
HSV(B) 319.22º 0.44% 0.92% -
XYZ 52.59 37.94 59.81 -
YUV 169.78 145.62 173.81 -
System Red Green Blue C M Y K H S L
Decimal 234 131 201 0 0.44 0.14 0.08 319.22 0.71 0.72
Hex EA 83 C9 0 2C E 8 13F 47 48
Octal 352 203 311 0 54 16 10 477 107 110
Binary 11101010 10000011 11001001 0 101100 1110 1000 100111111 1000111 1001000

Color Harmonies of #EA83C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA83C9

Black with #EA83C9

Text Example


Text Example

White with #EA83C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA83C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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