Html Css Color HEX #E696BE Shocking

📋 copy color: '#E696BE'

red 230 ◦ green 150 ◦ blue 190

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

Shades of Shocking #E696BE

Tints of Shocking #E696BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.33%

R = 40.35%
G = 26.32%
B = 33.33%

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

#E696BE (or 0xE696BE) is known color: Shocking. HEX triplet: E6, 96 and BE. RGB value is (230,150,190). Sum of RGB (Red+Green+Blue) = 230+150+190=570 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.35% from 570); Green value is 150 (58.98% from 255 or 26.32% from 570); Blue value is 190 (74.61% from 255 or 33.33% from 570); Max value from RGB is 230 - color contains mainly: red. Hex color #E696BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E696BE is #196941. Grayscale: #B2B2B2. Windows color (decimal): -1665346 or 12490470. OLE color: 12490470.

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

Color convert

RGB 230 150 190 -
CMYK 0 0.35 0.17 0.10
HSL 330º 0.62% 0.75% -
HSV(B) 330º 0.35% 0.9% -
XYZ 52.83 42.35 54.11 -
YUV 178.48 134.5 164.75 -
System Red Green Blue C M Y K H S L
Decimal 230 150 190 0 0.35 0.17 0.10 330 0.62 0.75
Hex E6 96 BE 0 23 11 A 14A 3E 4B
Octal 346 226 276 0 43 21 12 512 76 113
Binary 11100110 10010110 10111110 0 100011 10001 1010 101001010 111110 1001011

Color Harmonies of #E696BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E696BE

Black with #E696BE

Text Example


Text Example

White with #E696BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E696BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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