Html Css Color HEX #EAC7C8 Azalea

📋 copy color: '#EAC7C8'

red 234 ◦ green 199 ◦ blue 200

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

Shades of Azalea #EAC7C8

Tints of Azalea #EAC7C8

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.44%

 BLUE value IS 200 (78.52% from 255) = 31.6%

R = 36.97%
G = 31.44%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EAC7C8 (or 0xEAC7C8) is known color: Azalea. HEX triplet: EA, C7 and C8. RGB value is (234,199,200). Sum of RGB (Red+Green+Blue) = 234+199+200=633 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.97% from 633); Green value is 199 (78.12% from 255 or 31.44% from 633); Blue value is 200 (78.52% from 255 or 31.60% from 633); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC7C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC7C8 is #153837. Grayscale: #D1D1D1. Windows color (decimal): -1390648 or 13158378. OLE color: 13158378.

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

Color convert

RGB 234 199 200 -
CMYK 0 0.15 0.15 0.08
HSL 358.29º 0.45% 0.85% -
HSV(B) 358.29º 0.15% 0.92% -
XYZ 64.78 62.51 63.29 -
YUV 209.58 122.6 145.42 -
System Red Green Blue C M Y K H S L
Decimal 234 199 200 0 0.15 0.15 0.08 358.29 0.45 0.85
Hex EA C7 C8 0 F F 8 166 2D 55
Octal 352 307 310 0 17 17 10 546 55 125
Binary 11101010 11000111 11001000 0 1111 1111 1000 101100110 101101 1010101

Color Harmonies of #EAC7C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC7C8

Black with #EAC7C8

Text Example


Text Example

White with #EAC7C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC7C8; }

 p { color: rgb(234,199,200); }

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

background-color css

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

 a { background-color: rgb(234,199,200); }

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

border-color css

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

 span { border-color: rgb(234,199,200); }

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