Html Css Color HEX #E7A5C5 Shocking

📋 copy color: '#E7A5C5'

red 231 ◦ green 165 ◦ blue 197

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

Shades of Shocking #E7A5C5

Tints of Shocking #E7A5C5

RGB

 RED value IS 231 (90.63% from 255) = 38.95%

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

 BLUE value IS 197 (77.34% from 255) = 33.22%

R = 38.95%
G = 27.82%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.15

 K value IS 0.09

RGB Variations

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

Color information

#E7A5C5 (or 0xE7A5C5) is known color: Shocking. HEX triplet: E7, A5 and C5. RGB value is (231,165,197). Sum of RGB (Red+Green+Blue) = 231+165+197=593 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.95% from 593); Green value is 165 (64.84% from 255 or 27.82% from 593); Blue value is 197 (77.34% from 255 or 33.22% from 593); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A5C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A5C5 is #185A3A. Grayscale: #BCBCBC. Windows color (decimal): -1595963 or 12953063. OLE color: 12953063.

HSL color Cylindrical-coordinate representation of color #E7A5C5: hue angle of 330.91º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E7A5C5 is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 165 197 -
CMYK 0 0.29 0.15 0.09
HSL 330.91º 0.58% 0.78% -
HSV(B) 330.91º 0.29% 0.91% -
XYZ 56.49 47.93 59.1 -
YUV 188.38 132.87 158.4 -
System Red Green Blue C M Y K H S L
Decimal 231 165 197 0 0.29 0.15 0.09 330.91 0.58 0.78
Hex E7 A5 C5 0 1D F 9 14B 3A 4E
Octal 347 245 305 0 35 17 11 513 72 116
Binary 11100111 10100101 11000101 0 11101 1111 1001 101001011 111010 1001110

Color Harmonies of #E7A5C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A5C5

Black with #E7A5C5

Text Example


Text Example

White with #E7A5C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A5C5; }

 p { color: rgb(231,165,197); }

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

background-color css

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

 a { background-color: rgb(231,165,197); }

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

border-color css

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

 span { border-color: rgb(231,165,197); }

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