Html Css Color HEX #E6A5C0 Shocking

📋 copy color: '#E6A5C0'

red 230 ◦ green 165 ◦ blue 192

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

Shades of Shocking #E6A5C0

Tints of Shocking #E6A5C0

RGB

 RED value IS 230 (90.23% from 255) = 39.18%

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

 BLUE value IS 192 (75.39% from 255) = 32.71%

R = 39.18%
G = 28.11%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E6A5C0 (or 0xE6A5C0) is known color: Shocking. HEX triplet: E6, A5 and C0. RGB value is (230,165,192). Sum of RGB (Red+Green+Blue) = 230+165+192=587 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.18% from 587); Green value is 165 (64.84% from 255 or 28.11% from 587); Blue value is 192 (75.39% from 255 or 32.71% from 587); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A5C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6A5C0 is #195A3F. Grayscale: #BBBBBB. Windows color (decimal): -1661504 or 12625382. OLE color: 12625382.

HSL color Cylindrical-coordinate representation of color #E6A5C0: hue angle of 335.08º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E6A5C0 is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 165 192 -
CMYK 0 0.28 0.17 0.10
HSL 335.08º 0.57% 0.77% -
HSV(B) 335.08º 0.28% 0.9% -
XYZ 55.6 47.54 56.11 -
YUV 187.51 130.53 158.3 -
System Red Green Blue C M Y K H S L
Decimal 230 165 192 0 0.28 0.17 0.10 335.08 0.57 0.77
Hex E6 A5 C0 0 1C 11 A 14F 39 4D
Octal 346 245 300 0 34 21 12 517 71 115
Binary 11100110 10100101 11000000 0 11100 10001 1010 101001111 111001 1001101

Color Harmonies of #E6A5C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A5C0

Black with #E6A5C0

Text Example


Text Example

White with #E6A5C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A5C0; }

 p { color: rgb(230,165,192); }

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

background-color css

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

 a { background-color: rgb(230,165,192); }

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

border-color css

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

 span { border-color: rgb(230,165,192); }

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