Html Css Color HEX #EA83C1 Tea Rose

📋 copy color: '#EA83C1'

red 234 ◦ green 131 ◦ blue 193

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

Shades of Tea Rose #EA83C1

Tints of Tea Rose #EA83C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 34.59%

R = 41.94%
G = 23.48%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EA83C1 (or 0xEA83C1) is known color: Tea Rose. HEX triplet: EA, 83 and C1. RGB value is (234,131,193). Sum of RGB (Red+Green+Blue) = 234+131+193=558 (73% of max value = 765). Red value is 234 (91.80% from 255 or 41.94% from 558); Green value is 131 (51.56% from 255 or 23.48% from 558); Blue value is 193 (75.78% from 255 or 34.59% from 558); Max value from RGB is 234 - color contains mainly: red. Hex color #EA83C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA83C1 is #157C3E. Grayscale: #A8A8A8. Windows color (decimal): -1408063 or 12682218. OLE color: 12682218.

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

Color convert

RGB 234 131 193 -
CMYK 0 0.44 0.18 0.08
HSL 323.88º 0.71% 0.72% -
HSV(B) 323.88º 0.44% 0.92% -
XYZ 51.67 37.58 54.98 -
YUV 168.87 141.62 174.46 -
System Red Green Blue C M Y K H S L
Decimal 234 131 193 0 0.44 0.18 0.08 323.88 0.71 0.72
Hex EA 83 C1 0 2C 12 8 144 47 48
Octal 352 203 301 0 54 22 10 504 107 110
Binary 11101010 10000011 11000001 0 101100 10010 1000 101000100 1000111 1001000

Color Harmonies of #EA83C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA83C1

Black with #EA83C1

Text Example


Text Example

White with #EA83C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA83C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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