Html Css Color HEX #E696B9 Shocking

📋 copy color: '#E696B9'

red 230 ◦ green 150 ◦ blue 185

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

Shades of Shocking #E696B9

Tints of Shocking #E696B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 32.74%

R = 40.71%
G = 26.55%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.20

 K value IS 0.10

RGB Variations

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

Color information

#E696B9 (or 0xE696B9) is known color: Shocking. HEX triplet: E6, 96 and B9. RGB value is (230,150,185). Sum of RGB (Red+Green+Blue) = 230+150+185=565 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.71% from 565); Green value is 150 (58.98% from 255 or 26.55% from 565); Blue value is 185 (72.66% from 255 or 32.74% from 565); Max value from RGB is 230 - color contains mainly: red. Hex color #E696B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E696B9 is #196946. Grayscale: #B1B1B1. Windows color (decimal): -1665351 or 12162790. OLE color: 12162790.

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

Color convert

RGB 230 150 185 -
CMYK 0 0.35 0.20 0.10
HSL 333.75º 0.62% 0.75% -
HSV(B) 333.75º 0.35% 0.9% -
XYZ 52.3 42.14 51.28 -
YUV 177.91 132 165.15 -
System Red Green Blue C M Y K H S L
Decimal 230 150 185 0 0.35 0.20 0.10 333.75 0.62 0.75
Hex E6 96 B9 0 23 14 A 14E 3E 4B
Octal 346 226 271 0 43 24 12 516 76 113
Binary 11100110 10010110 10111001 0 100011 10100 1010 101001110 111110 1001011

Color Harmonies of #E696B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E696B9

Black with #E696B9

Text Example


Text Example

White with #E696B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E696B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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