Html Css Color HEX #E696B7 Shocking

📋 copy color: '#E696B7'

red 230 ◦ green 150 ◦ blue 183

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

Shades of Shocking #E696B7

Tints of Shocking #E696B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 32.5%

R = 40.85%
G = 26.64%
B = 32.5%

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

#E696B7 (or 0xE696B7) is known color: Shocking. HEX triplet: E6, 96 and B7. RGB value is (230,150,183). Sum of RGB (Red+Green+Blue) = 230+150+183=563 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.85% from 563); Green value is 150 (58.98% from 255 or 26.64% from 563); Blue value is 183 (71.88% from 255 or 32.50% from 563); Max value from RGB is 230 - color contains mainly: red. Hex color #E696B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E696B7 is #196948. Grayscale: #B1B1B1. Windows color (decimal): -1665353 or 12031718. OLE color: 12031718.

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

Color convert

RGB 230 150 183 -
CMYK 0 0.35 0.20 0.10
HSL 335.25º 0.62% 0.75% -
HSV(B) 335.25º 0.35% 0.9% -
XYZ 52.09 42.05 50.17 -
YUV 177.68 131 165.32 -
System Red Green Blue C M Y K H S L
Decimal 230 150 183 0 0.35 0.20 0.10 335.25 0.62 0.75
Hex E6 96 B7 0 23 14 A 14F 3E 4B
Octal 346 226 267 0 43 24 12 517 76 113
Binary 11100110 10010110 10110111 0 100011 10100 1010 101001111 111110 1001011

Color Harmonies of #E696B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E696B7

Black with #E696B7

Text Example


Text Example

White with #E696B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E696B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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