Html Css Color HEX #EA83C4 Tea Rose

📋 copy color: '#EA83C4'

red 234 ◦ green 131 ◦ blue 196

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

Shades of Tea Rose #EA83C4

Tints of Tea Rose #EA83C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 34.94%

R = 41.71%
G = 23.35%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#EA83C4 (or 0xEA83C4) is known color: Tea Rose. HEX triplet: EA, 83 and C4. RGB value is (234,131,196). Sum of RGB (Red+Green+Blue) = 234+131+196=561 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.71% from 561); Green value is 131 (51.56% from 255 or 23.35% from 561); Blue value is 196 (76.95% from 255 or 34.94% from 561); Max value from RGB is 234 - color contains mainly: red. Hex color #EA83C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA83C4 is #157C3B. Grayscale: #A9A9A9. Windows color (decimal): -1408060 or 12878826. OLE color: 12878826.

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

Color convert

RGB 234 131 196 -
CMYK 0 0.44 0.16 0.08
HSL 322.14º 0.71% 0.72% -
HSV(B) 322.14º 0.44% 0.92% -
XYZ 52.01 37.71 56.76 -
YUV 169.21 143.12 174.21 -
System Red Green Blue C M Y K H S L
Decimal 234 131 196 0 0.44 0.16 0.08 322.14 0.71 0.72
Hex EA 83 C4 0 2C 10 8 142 47 48
Octal 352 203 304 0 54 20 10 502 107 110
Binary 11101010 10000011 11000100 0 101100 10000 1000 101000010 1000111 1001000

Color Harmonies of #EA83C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA83C4

Black with #EA83C4

Text Example


Text Example

White with #EA83C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA83C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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