Html Css Color HEX #EA83CE Tea Rose

📋 copy color: '#EA83CE'

red 234 ◦ green 131 ◦ blue 206

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

Shades of Tea Rose #EA83CE

Tints of Tea Rose #EA83CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.08%

R = 40.98%
G = 22.94%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EA83CE (or 0xEA83CE) is known color: Tea Rose. HEX triplet: EA, 83 and CE. RGB value is (234,131,206). Sum of RGB (Red+Green+Blue) = 234+131+206=571 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.98% from 571); Green value is 131 (51.56% from 255 or 22.94% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 234 - color contains mainly: red. Hex color #EA83CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA83CE is #157C31. Grayscale: #AAAAAA. Windows color (decimal): -1408050 or 13534186. OLE color: 13534186.

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

Color convert

RGB 234 131 206 -
CMYK 0 0.44 0.12 0.08
HSL 316.31º 0.71% 0.72% -
HSV(B) 316.31º 0.44% 0.92% -
XYZ 53.19 38.18 62.96 -
YUV 170.35 148.12 173.4 -
System Red Green Blue C M Y K H S L
Decimal 234 131 206 0 0.44 0.12 0.08 316.31 0.71 0.72
Hex EA 83 CE 0 2C C 8 13C 47 48
Octal 352 203 316 0 54 14 10 474 107 110
Binary 11101010 10000011 11001110 0 101100 1100 1000 100111100 1000111 1001000

Color Harmonies of #EA83CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA83CE

Black with #EA83CE

Text Example


Text Example

White with #EA83CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA83CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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