Html Css Color HEX #E495BF Shocking

📋 copy color: '#E495BF'

red 228 ◦ green 149 ◦ blue 191

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

Shades of Shocking #E495BF

Tints of Shocking #E495BF

RGB

 RED value IS 228 (89.45% from 255) = 40.14%

 GREEN value IS 149 (58.59% from 255) = 26.23%

 BLUE value IS 191 (75% from 255) = 33.63%

R = 40.14%
G = 26.23%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E495BF (or 0xE495BF) is known color: Shocking. HEX triplet: E4, 95 and BF. RGB value is (228,149,191). Sum of RGB (Red+Green+Blue) = 228+149+191=568 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40.14% from 568); Green value is 149 (58.59% from 255 or 26.23% from 568); Blue value is 191 (75% from 255 or 33.63% from 568); Max value from RGB is 228 - color contains mainly: red. Hex color #E495BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E495BF is #1B6A40. Grayscale: #B1B1B1. Windows color (decimal): -1796673 or 12555748. OLE color: 12555748.

HSL color Cylindrical-coordinate representation of color #E495BF: hue angle of 328.1º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E495BF is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 149 191 -
CMYK 0 0.35 0.16 0.11
HSL 328.1º 0.59% 0.74% -
HSV(B) 328.1º 0.35% 0.89% -
XYZ 52.15 41.75 54.6 -
YUV 177.41 135.67 164.08 -
System Red Green Blue C M Y K H S L
Decimal 228 149 191 0 0.35 0.16 0.11 328.1 0.59 0.74
Hex E4 95 BF 0 23 10 B 148 3B 4A
Octal 344 225 277 0 43 20 13 510 73 112
Binary 11100100 10010101 10111111 0 100011 10000 1011 101001000 111011 1001010

Color Harmonies of #E495BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E495BF

Black with #E495BF

Text Example


Text Example

White with #E495BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E495BF; }

 p { color: rgb(228,149,191); }

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

background-color css

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

 a { background-color: rgb(228,149,191); }

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

border-color css

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

 span { border-color: rgb(228,149,191); }

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