Html Css Color HEX #EA83CA Tea Rose

📋 copy color: '#EA83CA'

red 234 ◦ green 131 ◦ blue 202

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

Shades of Tea Rose #EA83CA

Tints of Tea Rose #EA83CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.63%

R = 41.27%
G = 23.1%
B = 35.63%

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

#EA83CA (or 0xEA83CA) is known color: Tea Rose. HEX triplet: EA, 83 and CA. RGB value is (234,131,202). Sum of RGB (Red+Green+Blue) = 234+131+202=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 131 (51.56% from 255 or 23.10% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 234 - color contains mainly: red. Hex color #EA83CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA83CA is #157C35. Grayscale: #A9A9A9. Windows color (decimal): -1408054 or 13272042. OLE color: 13272042.

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

Color convert

RGB 234 131 202 -
CMYK 0 0.44 0.14 0.08
HSL 318.64º 0.71% 0.72% -
HSV(B) 318.64º 0.44% 0.92% -
XYZ 52.71 37.99 60.43 -
YUV 169.89 146.12 173.73 -
System Red Green Blue C M Y K H S L
Decimal 234 131 202 0 0.44 0.14 0.08 318.64 0.71 0.72
Hex EA 83 CA 0 2C E 8 13F 47 48
Octal 352 203 312 0 54 16 10 477 107 110
Binary 11101010 10000011 11001010 0 101100 1110 1000 100111111 1000111 1001000

Color Harmonies of #EA83CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA83CA

Black with #EA83CA

Text Example


Text Example

White with #EA83CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA83CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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