Html Css Color HEX #EACACB Azalea

📋 copy color: '#EACACB'

red 234 ◦ green 202 ◦ blue 203

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

Shades of Azalea #EACACB

Tints of Azalea #EACACB

RGB

 RED value IS 234 (91.8% from 255) = 36.62%

 GREEN value IS 202 (79.3% from 255) = 31.61%

 BLUE value IS 203 (79.69% from 255) = 31.77%

R = 36.62%
G = 31.61%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#EACACB (or 0xEACACB) is known color: Azalea. HEX triplet: EA, CA and CB. RGB value is (234,202,203). Sum of RGB (Red+Green+Blue) = 234+202+203=639 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.62% from 639); Green value is 202 (79.30% from 255 or 31.61% from 639); Blue value is 203 (79.69% from 255 or 31.77% from 639); Max value from RGB is 234 - color contains mainly: red. Hex color #EACACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACACB is #153534. Grayscale: #D3D3D3. Windows color (decimal): -1389877 or 13355754. OLE color: 13355754.

HSL color Cylindrical-coordinate representation of color #EACACB: hue angle of 358.12º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EACACB is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 202 203 -
CMYK 0 0.14 0.13 0.08
HSL 358.13º 0.43% 0.85% -
HSV(B) 358.13º 0.14% 0.92% -
XYZ 65.83 64.05 65.39 -
YUV 211.68 123.1 143.92 -
System Red Green Blue C M Y K H S L
Decimal 234 202 203 0 0.14 0.13 0.08 358.13 0.43 0.85
Hex EA CA CB 0 E D 8 166 2B 55
Octal 352 312 313 0 16 15 10 546 53 125
Binary 11101010 11001010 11001011 0 1110 1101 1000 101100110 101011 1010101

Color Harmonies of #EACACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACACB

Black with #EACACB

Text Example


Text Example

White with #EACACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACACB; }

 p { color: rgb(234,202,203); }

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

background-color css

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

 a { background-color: rgb(234,202,203); }

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

border-color css

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

 span { border-color: rgb(234,202,203); }

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