Html Css Color HEX #E495BA Shocking

📋 copy color: '#E495BA'

red 228 ◦ green 149 ◦ blue 186

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

Shades of Shocking #E495BA

Tints of Shocking #E495BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.04%

R = 40.5%
G = 26.47%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E495BA (or 0xE495BA) is known color: Shocking. HEX triplet: E4, 95 and BA. RGB value is (228,149,186). Sum of RGB (Red+Green+Blue) = 228+149+186=563 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.50% from 563); Green value is 149 (58.59% from 255 or 26.47% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 228 - color contains mainly: red. Hex color #E495BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E495BA is #1B6A45. Grayscale: #B0B0B0. Windows color (decimal): -1796678 or 12228068. OLE color: 12228068.

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

Color convert

RGB 228 149 186 -
CMYK 0 0.35 0.18 0.11
HSL 331.9º 0.59% 0.74% -
HSV(B) 331.9º 0.35% 0.89% -
XYZ 51.61 41.53 51.75 -
YUV 176.84 133.17 164.49 -
System Red Green Blue C M Y K H S L
Decimal 228 149 186 0 0.35 0.18 0.11 331.9 0.59 0.74
Hex E4 95 BA 0 23 12 B 14C 3B 4A
Octal 344 225 272 0 43 22 13 514 73 112
Binary 11100100 10010101 10111010 0 100011 10010 1011 101001100 111011 1001010

Color Harmonies of #E495BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E495BA

Black with #E495BA

Text Example


Text Example

White with #E495BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E495BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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