Html Css Color HEX #EBBFC2 Azalea

📋 copy color: '#EBBFC2'

red 235 ◦ green 191 ◦ blue 194

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

Shades of Azalea #EBBFC2

Tints of Azalea #EBBFC2

RGB

 RED value IS 235 (92.19% from 255) = 37.9%

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

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

R = 37.9%
G = 30.81%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EBBFC2 (or 0xEBBFC2) is known color: Azalea. HEX triplet: EB, BF and C2. RGB value is (235,191,194). Sum of RGB (Red+Green+Blue) = 235+191+194=620 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.90% from 620); Green value is 191 (75% from 255 or 30.81% from 620); Blue value is 194 (76.17% from 255 or 31.29% from 620); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBFC2 is #14403D. Grayscale: #CCCCCC. Windows color (decimal): -1327166 or 12763115. OLE color: 12763115.

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

Color convert

RGB 235 191 194 -
CMYK 0 0.19 0.17 0.08
HSL 355.91º 0.52% 0.84% -
HSV(B) 355.91º 0.19% 0.92% -
XYZ 62.63 58.82 59.09 -
YUV 204.5 122.08 149.76 -
System Red Green Blue C M Y K H S L
Decimal 235 191 194 0 0.19 0.17 0.08 355.91 0.52 0.84
Hex EB BF C2 0 13 11 8 164 34 54
Octal 353 277 302 0 23 21 10 544 64 124
Binary 11101011 10111111 11000010 0 10011 10001 1000 101100100 110100 1010100

Color Harmonies of #EBBFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBFC2

Black with #EBBFC2

Text Example


Text Example

White with #EBBFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBFC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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