Html Css Color HEX #E5ACC8 Shocking

📋 copy color: '#E5ACC8'

red 229 ◦ green 172 ◦ blue 200

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

Shades of Shocking #E5ACC8

Tints of Shocking #E5ACC8

RGB

 RED value IS 229 (89.84% from 255) = 38.1%

 GREEN value IS 172 (67.58% from 255) = 28.62%

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

R = 38.1%
G = 28.62%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.10

RGB Variations

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

Color information

#E5ACC8 (or 0xE5ACC8) is known color: Shocking. HEX triplet: E5, AC and C8. RGB value is (229,172,200). Sum of RGB (Red+Green+Blue) = 229+172+200=601 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.10% from 601); Green value is 172 (67.58% from 255 or 28.62% from 601); Blue value is 200 (78.52% from 255 or 33.28% from 601); Max value from RGB is 229 - color contains mainly: red. Hex color #E5ACC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5ACC8 is #1A5337. Grayscale: #C0C0C0. Windows color (decimal): -1725240 or 13151461. OLE color: 13151461.

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

Color convert

RGB 229 172 200 -
CMYK 0 0.25 0.13 0.10
HSL 330.53º 0.52% 0.79% -
HSV(B) 330.53º 0.25% 0.9% -
XYZ 57.49 50.33 61.33 -
YUV 192.24 132.38 154.22 -
System Red Green Blue C M Y K H S L
Decimal 229 172 200 0 0.25 0.13 0.10 330.53 0.52 0.79
Hex E5 AC C8 0 19 D A 14B 34 4F
Octal 345 254 310 0 31 15 12 513 64 117
Binary 11100101 10101100 11001000 0 11001 1101 1010 101001011 110100 1001111

Color Harmonies of #E5ACC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5ACC8

Black with #E5ACC8

Text Example


Text Example

White with #E5ACC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5ACC8; }

 p { color: rgb(229,172,200); }

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

background-color css

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

 a { background-color: rgb(229,172,200); }

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

border-color css

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

 span { border-color: rgb(229,172,200); }

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