Html Css Color HEX #EDC9CA Azalea

📋 copy color: '#EDC9CA'

red 237 ◦ green 201 ◦ blue 202

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

Shades of Azalea #EDC9CA

Tints of Azalea #EDC9CA

RGB

 RED value IS 237 (92.97% from 255) = 37.03%

 GREEN value IS 201 (78.91% from 255) = 31.41%

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

R = 37.03%
G = 31.41%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EDC9CA (or 0xEDC9CA) is known color: Azalea. HEX triplet: ED, C9 and CA. RGB value is (237,201,202). Sum of RGB (Red+Green+Blue) = 237+201+202=640 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.03% from 640); Green value is 201 (78.91% from 255 or 31.41% from 640); Blue value is 202 (79.30% from 255 or 31.56% from 640); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC9CA is #123635. Grayscale: #D3D3D3. Windows color (decimal): -1193526 or 13289965. OLE color: 13289965.

HSL color Cylindrical-coordinate representation of color #EDC9CA: hue angle of 358.33º degrees, saturation: 0.5, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDC9CA is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 201 202 -
CMYK 0 0.15 0.15 0.07
HSL 358.33º 0.5% 0.86% -
HSV(B) 358.33º 0.15% 0.93% -
XYZ 66.47 64.04 64.74 -
YUV 211.88 122.43 145.92 -
System Red Green Blue C M Y K H S L
Decimal 237 201 202 0 0.15 0.15 0.07 358.33 0.5 0.86
Hex ED C9 CA 0 F F 7 166 32 56
Octal 355 311 312 0 17 17 7 546 62 126
Binary 11101101 11001001 11001010 0 1111 1111 111 101100110 110010 1010110

Color Harmonies of #EDC9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC9CA

Black with #EDC9CA

Text Example


Text Example

White with #EDC9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC9CA; }

 p { color: rgb(237,201,202); }

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

background-color css

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

 a { background-color: rgb(237,201,202); }

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

border-color css

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

 span { border-color: rgb(237,201,202); }

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