Html Css Color HEX #E696BD Shocking

📋 copy color: '#E696BD'

red 230 ◦ green 150 ◦ blue 189

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

Shades of Shocking #E696BD

Tints of Shocking #E696BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 33.22%

R = 40.42%
G = 26.36%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E696BD (or 0xE696BD) is known color: Shocking. HEX triplet: E6, 96 and BD. RGB value is (230,150,189). Sum of RGB (Red+Green+Blue) = 230+150+189=569 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.42% from 569); Green value is 150 (58.98% from 255 or 26.36% from 569); Blue value is 189 (74.22% from 255 or 33.22% from 569); Max value from RGB is 230 - color contains mainly: red. Hex color #E696BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E696BD is #196942. Grayscale: #B2B2B2. Windows color (decimal): -1665347 or 12424934. OLE color: 12424934.

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

Color convert

RGB 230 150 189 -
CMYK 0 0.35 0.18 0.10
HSL 330.75º 0.62% 0.75% -
HSV(B) 330.75º 0.35% 0.9% -
XYZ 52.72 42.31 53.53 -
YUV 178.37 134 164.83 -
System Red Green Blue C M Y K H S L
Decimal 230 150 189 0 0.35 0.18 0.10 330.75 0.62 0.75
Hex E6 96 BD 0 23 12 A 14B 3E 4B
Octal 346 226 275 0 43 22 12 513 76 113
Binary 11100110 10010110 10111101 0 100011 10010 1010 101001011 111110 1001011

Color Harmonies of #E696BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E696BD

Black with #E696BD

Text Example


Text Example

White with #E696BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E696BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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