Html Css Color HEX #E6C9CA Azalea

📋 copy color: '#E6C9CA'

red 230 ◦ green 201 ◦ blue 202

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

Shades of Azalea #E6C9CA

Tints of Azalea #E6C9CA

RGB

 RED value IS 230 (90.23% from 255) = 36.33%

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

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

R = 36.33%
G = 31.75%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E6C9CA (or 0xE6C9CA) is known color: Azalea. HEX triplet: E6, C9 and CA. RGB value is (230,201,202). Sum of RGB (Red+Green+Blue) = 230+201+202=633 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.33% from 633); Green value is 201 (78.91% from 255 or 31.75% from 633); Blue value is 202 (79.30% from 255 or 31.91% from 633); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C9CA is #193635. Grayscale: #D1D1D1. Windows color (decimal): -1652278 or 13289958. OLE color: 13289958.

HSL color Cylindrical-coordinate representation of color #E6C9CA: hue angle of 357.93º degrees, saturation: 0.37, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E6C9CA is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 201 202 -
CMYK 0 0.13 0.12 0.10
HSL 357.93º 0.37% 0.85% -
HSV(B) 357.93º 0.13% 0.9% -
XYZ 64.18 62.86 64.63 -
YUV 209.79 123.61 142.42 -
System Red Green Blue C M Y K H S L
Decimal 230 201 202 0 0.13 0.12 0.10 357.93 0.37 0.85
Hex E6 C9 CA 0 D C A 166 25 55
Octal 346 311 312 0 15 14 12 546 45 125
Binary 11100110 11001001 11001010 0 1101 1100 1010 101100110 100101 1010101

Color Harmonies of #E6C9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C9CA

Black with #E6C9CA

Text Example


Text Example

White with #E6C9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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