Html Css Color HEX #EFC8CA Azalea

📋 copy color: '#EFC8CA'

red 239 ◦ green 200 ◦ blue 202

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

Shades of Azalea #EFC8CA

Tints of Azalea #EFC8CA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.2%

 BLUE value IS 202 (79.3% from 255) = 31.51%

R = 37.29%
G = 31.2%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EFC8CA (or 0xEFC8CA) is known color: Azalea. HEX triplet: EF, C8 and CA. RGB value is (239,200,202). Sum of RGB (Red+Green+Blue) = 239+200+202=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 200 (78.52% from 255 or 31.20% from 641); Blue value is 202 (79.30% from 255 or 31.51% from 641); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC8CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC8CA is #103735. Grayscale: #D3D3D3. Windows color (decimal): -1062710 or 13289711. OLE color: 13289711.

HSL color Cylindrical-coordinate representation of color #EFC8CA: hue angle of 356.92º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFC8CA is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 200 202 -
CMYK 0 0.16 0.15 0.06
HSL 356.92º 0.55% 0.86% -
HSV(B) 356.92º 0.16% 0.94% -
XYZ 66.91 63.92 64.69 -
YUV 211.89 122.42 147.34 -
System Red Green Blue C M Y K H S L
Decimal 239 200 202 0 0.16 0.15 0.06 356.92 0.55 0.86
Hex EF C8 CA 0 10 F 6 165 37 56
Octal 357 310 312 0 20 17 6 545 67 126
Binary 11101111 11001000 11001010 0 10000 1111 110 101100101 110111 1010110

Color Harmonies of #EFC8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC8CA

Black with #EFC8CA

Text Example


Text Example

White with #EFC8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC8CA; }

 p { color: rgb(239,200,202); }

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

background-color css

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

 a { background-color: rgb(239,200,202); }

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

border-color css

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

 span { border-color: rgb(239,200,202); }

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