Html Css Color HEX #EA83C6 Tea Rose

📋 copy color: '#EA83C6'

red 234 ◦ green 131 ◦ blue 198

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

Shades of Tea Rose #EA83C6

Tints of Tea Rose #EA83C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 35.17%

R = 41.56%
G = 23.27%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EA83C6 (or 0xEA83C6) is known color: Tea Rose. HEX triplet: EA, 83 and C6. RGB value is (234,131,198). Sum of RGB (Red+Green+Blue) = 234+131+198=563 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.56% from 563); Green value is 131 (51.56% from 255 or 23.27% from 563); Blue value is 198 (77.73% from 255 or 35.17% from 563); Max value from RGB is 234 - color contains mainly: red. Hex color #EA83C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA83C6 is #157C39. Grayscale: #A9A9A9. Windows color (decimal): -1408058 or 13009898. OLE color: 13009898.

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

Color convert

RGB 234 131 198 -
CMYK 0 0.44 0.15 0.08
HSL 320.97º 0.71% 0.72% -
HSV(B) 320.97º 0.44% 0.92% -
XYZ 52.24 37.8 57.97 -
YUV 169.44 144.12 174.05 -
System Red Green Blue C M Y K H S L
Decimal 234 131 198 0 0.44 0.15 0.08 320.97 0.71 0.72
Hex EA 83 C6 0 2C F 8 141 47 48
Octal 352 203 306 0 54 17 10 501 107 110
Binary 11101010 10000011 11000110 0 101100 1111 1000 101000001 1000111 1001000

Color Harmonies of #EA83C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA83C6

Black with #EA83C6

Text Example


Text Example

White with #EA83C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA83C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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