Html Css Color HEX #E696D0 Shocking

📋 copy color: '#E696D0'

red 230 ◦ green 150 ◦ blue 208

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

Shades of Shocking #E696D0

Tints of Shocking #E696D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.37%

R = 39.12%
G = 25.51%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E696D0 (or 0xE696D0) is known color: Shocking. HEX triplet: E6, 96 and D0. RGB value is (230,150,208). Sum of RGB (Red+Green+Blue) = 230+150+208=588 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.12% from 588); Green value is 150 (58.98% from 255 or 25.51% from 588); Blue value is 208 (81.64% from 255 or 35.37% from 588); Max value from RGB is 230 - color contains mainly: red. Hex color #E696D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E696D0 is #19692F. Grayscale: #B4B4B4. Windows color (decimal): -1665328 or 13670118. OLE color: 13670118.

HSL color Cylindrical-coordinate representation of color #E696D0: hue angle of 316.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 #E696D0 is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 150 208 -
CMYK 0 0.35 0.10 0.10
HSL 316.5º 0.62% 0.75% -
HSV(B) 316.5º 0.35% 0.9% -
XYZ 54.92 43.19 65.12 -
YUV 180.53 143.5 163.28 -
System Red Green Blue C M Y K H S L
Decimal 230 150 208 0 0.35 0.10 0.10 316.5 0.62 0.75
Hex E6 96 D0 0 23 A A 13C 3E 4B
Octal 346 226 320 0 43 12 12 474 76 113
Binary 11100110 10010110 11010000 0 100011 1010 1010 100111100 111110 1001011

Color Harmonies of #E696D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E696D0

Black with #E696D0

Text Example


Text Example

White with #E696D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E696D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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