Html Css Color HEX #EABFC2 Azalea

📋 copy color: '#EABFC2'

red 234 ◦ green 191 ◦ blue 194

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

Shades of Azalea #EABFC2

Tints of Azalea #EABFC2

RGB

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

 GREEN value IS 191 (75% from 255) = 30.86%

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

R = 37.8%
G = 30.86%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EABFC2 (or 0xEABFC2) is known color: Azalea. HEX triplet: EA, BF and C2. RGB value is (234,191,194). Sum of RGB (Red+Green+Blue) = 234+191+194=619 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.80% from 619); Green value is 191 (75% from 255 or 30.86% from 619); Blue value is 194 (76.17% from 255 or 31.34% from 619); Max value from RGB is 234 - color contains mainly: red. Hex color #EABFC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABFC2 is #15403D. Grayscale: #CCCCCC. Windows color (decimal): -1392702 or 12763114. OLE color: 12763114.

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

Color convert

RGB 234 191 194 -
CMYK 0 0.18 0.17 0.08
HSL 355.81º 0.51% 0.83% -
HSV(B) 355.81º 0.18% 0.92% -
XYZ 62.3 58.65 59.08 -
YUV 204.2 122.25 149.26 -
System Red Green Blue C M Y K H S L
Decimal 234 191 194 0 0.18 0.17 0.08 355.81 0.51 0.83
Hex EA BF C2 0 12 11 8 164 33 53
Octal 352 277 302 0 22 21 10 544 63 123
Binary 11101010 10111111 11000010 0 10010 10001 1000 101100100 110011 1010011

Color Harmonies of #EABFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABFC2

Black with #EABFC2

Text Example


Text Example

White with #EABFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABFC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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