Html Css Color HEX #E696C0 Shocking

📋 copy color: '#E696C0'

red 230 ◦ green 150 ◦ blue 192

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

Shades of Shocking #E696C0

Tints of Shocking #E696C0

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.22%

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

R = 40.21%
G = 26.22%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E696C0 (or 0xE696C0) is known color: Shocking. HEX triplet: E6, 96 and C0. RGB value is (230,150,192). Sum of RGB (Red+Green+Blue) = 230+150+192=572 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.21% from 572); Green value is 150 (58.98% from 255 or 26.22% from 572); Blue value is 192 (75.39% from 255 or 33.57% from 572); Max value from RGB is 230 - color contains mainly: red. Hex color #E696C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E696C0 is #19693F. Grayscale: #B2B2B2. Windows color (decimal): -1665344 or 12621542. OLE color: 12621542.

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

Color convert

RGB 230 150 192 -
CMYK 0 0.35 0.17 0.10
HSL 328.5º 0.62% 0.75% -
HSV(B) 328.5º 0.35% 0.9% -
XYZ 53.05 42.44 55.26 -
YUV 178.71 135.5 164.58 -
System Red Green Blue C M Y K H S L
Decimal 230 150 192 0 0.35 0.17 0.10 328.5 0.62 0.75
Hex E6 96 C0 0 23 11 A 148 3E 4B
Octal 346 226 300 0 43 21 12 510 76 113
Binary 11100110 10010110 11000000 0 100011 10001 1010 101001000 111110 1001011

Color Harmonies of #E696C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E696C0

Black with #E696C0

Text Example


Text Example

White with #E696C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E696C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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