Html Css Color HEX #E696BB Shocking

📋 copy color: '#E696BB'

red 230 ◦ green 150 ◦ blue 187

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

Shades of Shocking #E696BB

Tints of Shocking #E696BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.98%

R = 40.56%
G = 26.46%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E696BB (or 0xE696BB) is known color: Shocking. HEX triplet: E6, 96 and BB. RGB value is (230,150,187). Sum of RGB (Red+Green+Blue) = 230+150+187=567 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.56% from 567); Green value is 150 (58.98% from 255 or 26.46% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 230 - color contains mainly: red. Hex color #E696BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E696BB is #196944. Grayscale: #B2B2B2. Windows color (decimal): -1665349 or 12293862. OLE color: 12293862.

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

Color convert

RGB 230 150 187 -
CMYK 0 0.35 0.19 0.10
HSL 332.25º 0.62% 0.75% -
HSV(B) 332.25º 0.35% 0.9% -
XYZ 52.51 42.22 52.4 -
YUV 178.14 133 164.99 -
System Red Green Blue C M Y K H S L
Decimal 230 150 187 0 0.35 0.19 0.10 332.25 0.62 0.75
Hex E6 96 BB 0 23 13 A 14C 3E 4B
Octal 346 226 273 0 43 23 12 514 76 113
Binary 11100110 10010110 10111011 0 100011 10011 1010 101001100 111110 1001011

Color Harmonies of #E696BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E696BB

Black with #E696BB

Text Example


Text Example

White with #E696BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E696BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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