Html Css Color HEX #E7A5C4 Shocking

📋 copy color: '#E7A5C4'

red 231 ◦ green 165 ◦ blue 196

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

Shades of Shocking #E7A5C4

Tints of Shocking #E7A5C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 33.11%

R = 39.02%
G = 27.87%
B = 33.11%

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

#E7A5C4 (or 0xE7A5C4) is known color: Shocking. HEX triplet: E7, A5 and C4. RGB value is (231,165,196). Sum of RGB (Red+Green+Blue) = 231+165+196=592 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.02% from 592); Green value is 165 (64.84% from 255 or 27.87% from 592); Blue value is 196 (76.95% from 255 or 33.11% from 592); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A5C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A5C4 is #185A3B. Grayscale: #BCBCBC. Windows color (decimal): -1595964 or 12887527. OLE color: 12887527.

HSL color Cylindrical-coordinate representation of color #E7A5C4: hue angle of 331.82º 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 #E7A5C4 is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 165 196 -
CMYK 0 0.29 0.15 0.09
HSL 331.82º 0.58% 0.78% -
HSV(B) 331.82º 0.29% 0.91% -
XYZ 56.37 47.88 58.5 -
YUV 188.27 132.37 158.48 -
System Red Green Blue C M Y K H S L
Decimal 231 165 196 0 0.29 0.15 0.09 331.82 0.58 0.78
Hex E7 A5 C4 0 1D F 9 14C 3A 4E
Octal 347 245 304 0 35 17 11 514 72 116
Binary 11100111 10100101 11000100 0 11101 1111 1001 101001100 111010 1001110

Color Harmonies of #E7A5C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A5C4

Black with #E7A5C4

Text Example


Text Example

White with #E7A5C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A5C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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