Html Css Color HEX #EA83C2 Tea Rose

📋 copy color: '#EA83C2'

red 234 ◦ green 131 ◦ blue 194

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

Shades of Tea Rose #EA83C2

Tints of Tea Rose #EA83C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.7%

R = 41.86%
G = 23.43%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EA83C2 (or 0xEA83C2) is known color: Tea Rose. HEX triplet: EA, 83 and C2. RGB value is (234,131,194). Sum of RGB (Red+Green+Blue) = 234+131+194=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 131 (51.56% from 255 or 23.43% from 559); Blue value is 194 (76.17% from 255 or 34.70% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EA83C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA83C2 is #157C3D. Grayscale: #A8A8A8. Windows color (decimal): -1408062 or 12747754. OLE color: 12747754.

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

Color convert

RGB 234 131 194 -
CMYK 0 0.44 0.17 0.08
HSL 323.3º 0.71% 0.72% -
HSV(B) 323.3º 0.44% 0.92% -
XYZ 51.79 37.62 55.57 -
YUV 168.98 142.12 174.38 -
System Red Green Blue C M Y K H S L
Decimal 234 131 194 0 0.44 0.17 0.08 323.3 0.71 0.72
Hex EA 83 C2 0 2C 11 8 143 47 48
Octal 352 203 302 0 54 21 10 503 107 110
Binary 11101010 10000011 11000010 0 101100 10001 1000 101000011 1000111 1001000

Color Harmonies of #EA83C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA83C2

Black with #EA83C2

Text Example


Text Example

White with #EA83C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA83C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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