Html Css Color HEX #EABEC1 Azalea

📋 copy color: '#EABEC1'

red 234 ◦ green 190 ◦ blue 193

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

Shades of Azalea #EABEC1

Tints of Azalea #EABEC1

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.79%

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

R = 37.93%
G = 30.79%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EABEC1 (or 0xEABEC1) is known color: Azalea. HEX triplet: EA, BE and C1. RGB value is (234,190,193). Sum of RGB (Red+Green+Blue) = 234+190+193=617 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.93% from 617); Green value is 190 (74.61% from 255 or 30.79% from 617); Blue value is 193 (75.78% from 255 or 31.28% from 617); Max value from RGB is 234 - color contains mainly: red. Hex color #EABEC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABEC1 is #15413E. Grayscale: #CBCBCB. Windows color (decimal): -1392959 or 12697322. OLE color: 12697322.

HSL color Cylindrical-coordinate representation of color #EABEC1: hue angle of 355.91º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EABEC1 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 190 193 -
CMYK 0 0.19 0.18 0.08
HSL 355.91º 0.51% 0.83% -
HSV(B) 355.91º 0.19% 0.92% -
XYZ 61.97 58.17 58.41 -
YUV 203.5 122.08 149.76 -
System Red Green Blue C M Y K H S L
Decimal 234 190 193 0 0.19 0.18 0.08 355.91 0.51 0.83
Hex EA BE C1 0 13 12 8 164 33 53
Octal 352 276 301 0 23 22 10 544 63 123
Binary 11101010 10111110 11000001 0 10011 10010 1000 101100100 110011 1010011

Color Harmonies of #EABEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABEC1

Black with #EABEC1

Text Example


Text Example

White with #EABEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABEC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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