Html Css Color HEX #E1A5CD Shocking

📋 copy color: '#E1A5CD'

red 225 ◦ green 165 ◦ blue 205

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

Shades of Shocking #E1A5CD

Tints of Shocking #E1A5CD

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.73%

 BLUE value IS 205 (80.47% from 255) = 34.45%

R = 37.82%
G = 27.73%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E1A5CD (or 0xE1A5CD) is known color: Shocking. HEX triplet: E1, A5 and CD. RGB value is (225,165,205). Sum of RGB (Red+Green+Blue) = 225+165+205=595 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.82% from 595); Green value is 165 (64.84% from 255 or 27.73% from 595); Blue value is 205 (80.47% from 255 or 34.45% from 595); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A5CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A5CD is #1E5A32. Grayscale: #BBBBBB. Windows color (decimal): -1989171 or 13477345. OLE color: 13477345.

HSL color Cylindrical-coordinate representation of color #E1A5CD: hue angle of 320º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E1A5CD is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 165 205 -
CMYK 0 0.27 0.09 0.12
HSL 320º 0.5% 0.76% -
HSV(B) 320º 0.27% 0.88% -
XYZ 55.53 47.33 63.97 -
YUV 187.5 137.88 154.75 -
System Red Green Blue C M Y K H S L
Decimal 225 165 205 0 0.27 0.09 0.12 320 0.5 0.76
Hex E1 A5 CD 0 1B 9 C 140 32 4C
Octal 341 245 315 0 33 11 14 500 62 114
Binary 11100001 10100101 11001101 0 11011 1001 1100 101000000 110010 1001100

Color Harmonies of #E1A5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A5CD

Black with #E1A5CD

Text Example


Text Example

White with #E1A5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A5CD; }

 p { color: rgb(225,165,205); }

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

background-color css

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

 a { background-color: rgb(225,165,205); }

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

border-color css

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

 span { border-color: rgb(225,165,205); }

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