Html Css Color HEX #EFBEC5 Azalea

📋 copy color: '#EFBEC5'

red 239 ◦ green 190 ◦ blue 197

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

Shades of Azalea #EFBEC5

Tints of Azalea #EFBEC5

RGB

 RED value IS 239 (93.75% from 255) = 38.18%

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

 BLUE value IS 197 (77.34% from 255) = 31.47%

R = 38.18%
G = 30.35%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EFBEC5 (or 0xEFBEC5) is known color: Azalea. HEX triplet: EF, BE and C5. RGB value is (239,190,197). Sum of RGB (Red+Green+Blue) = 239+190+197=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 190 (74.61% from 255 or 30.35% from 626); Blue value is 197 (77.34% from 255 or 31.47% from 626); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBEC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBEC5 is #10413A. Grayscale: #CDCDCD. Windows color (decimal): -1065275 or 12959471. OLE color: 12959471.

HSL color Cylindrical-coordinate representation of color #EFBEC5: hue angle of 351.43º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFBEC5 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 190 197 -
CMYK 0 0.21 0.18 0.06
HSL 351.43º 0.6% 0.84% -
HSV(B) 351.43º 0.21% 0.94% -
XYZ 64.09 59.21 60.87 -
YUV 205.45 123.23 151.93 -
System Red Green Blue C M Y K H S L
Decimal 239 190 197 0 0.21 0.18 0.06 351.43 0.6 0.84
Hex EF BE C5 0 15 12 6 15F 3C 54
Octal 357 276 305 0 25 22 6 537 74 124
Binary 11101111 10111110 11000101 0 10101 10010 110 101011111 111100 1010100

Color Harmonies of #EFBEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBEC5

Black with #EFBEC5

Text Example


Text Example

White with #EFBEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBEC5; }

 p { color: rgb(239,190,197); }

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

background-color css

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

 a { background-color: rgb(239,190,197); }

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

border-color css

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

 span { border-color: rgb(239,190,197); }

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