Html Css Color HEX #E1A7C8 Shocking

📋 copy color: '#E1A7C8'

red 225 ◦ green 167 ◦ blue 200

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

Shades of Shocking #E1A7C8

Tints of Shocking #E1A7C8

RGB

 RED value IS 225 (88.28% from 255) = 38.01%

 GREEN value IS 167 (65.63% from 255) = 28.21%

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

R = 38.01%
G = 28.21%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#E1A7C8 (or 0xE1A7C8) is known color: Shocking. HEX triplet: E1, A7 and C8. RGB value is (225,167,200). Sum of RGB (Red+Green+Blue) = 225+167+200=592 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.01% from 592); Green value is 167 (65.62% from 255 or 28.21% from 592); Blue value is 200 (78.52% from 255 or 33.78% from 592); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A7C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A7C8 is #1E5837. Grayscale: #BCBCBC. Windows color (decimal): -1988664 or 13150177. OLE color: 13150177.

HSL color Cylindrical-coordinate representation of color #E1A7C8: hue angle of 325.86º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E1A7C8 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 167 200 -
CMYK 0 0.26 0.11 0.12
HSL 325.86º 0.49% 0.77% -
HSV(B) 325.86º 0.26% 0.88% -
XYZ 55.3 47.82 60.96 -
YUV 188.1 134.72 154.32 -
System Red Green Blue C M Y K H S L
Decimal 225 167 200 0 0.26 0.11 0.12 325.86 0.49 0.77
Hex E1 A7 C8 0 1A B C 146 31 4D
Octal 341 247 310 0 32 13 14 506 61 115
Binary 11100001 10100111 11001000 0 11010 1011 1100 101000110 110001 1001101

Color Harmonies of #E1A7C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A7C8

Black with #E1A7C8

Text Example


Text Example

White with #E1A7C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A7C8; }

 p { color: rgb(225,167,200); }

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

background-color css

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

 a { background-color: rgb(225,167,200); }

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

border-color css

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

 span { border-color: rgb(225,167,200); }

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