#E691B4

Color #E691B4 Shocking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking #E691B4

Tints of Shocking #E691B4

Color information

#E691B4 (or 0xE691B4) is unknown color: approx Shocking. HEX triplet: E6, 91 and B4. RGB value is (230,145,180). Sum of RGB (Red+Green+Blue) = 230+145+180=555 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.44% from 555); Green value is 145 (57.03% from 255 or 26.13% from 555); Blue value is 180 (70.70% from 255 or 32.43% from 555); Max value from RGB is 230 - color contains mainly: red. Hex color #E691B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E691B4 is #196E4B. Grayscale: #AEAEAE. Windows color (decimal): -1666636 or 11833830. OLE color: 11833830.

HSL color Cylindrical-coordinate representation of color #E691B4: hue angle of 335.29º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E691B4 is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.10.

Color convert

RGB230145180-
CMYK00.370.220.10
HSL335.29º62.96%73.53%-
HSV(B)335.29º36.96%90.2%-
XYZ5140.3748.28-
YUV174.4131.16167.65-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.44%
GREEN value IS 145 (57.03% from 255) = 26.13%
BLUE value IS 180 (70.70% from 255) = 32.43%
R=41.44%
G=26.13%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014518000.370.220.10335.2962.9673.53
HexE691B402516A14f3f4a
Octal346221264045261251777112
Binary11100110100100011011010001001011011010101010011111111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E691B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E691B4; }

 p { color: rgb(230,145,180); }

 H1.HeaderClassName
 {
   color: #E691B4;
 }
 .AnyTagClassName
 {
   color: #E691B4;
 }
</style>
background-color css

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

 a { background-color: rgb(230,145,180); }

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

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

 span { border-color: rgb(230,145,180); }

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