Html Css Color HEX #E494B9 Shocking

📋 copy color: '#E494B9'

red 228 ◦ green 148 ◦ blue 185

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

Shades of Shocking #E494B9

Tints of Shocking #E494B9

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.38%

 BLUE value IS 185 (72.66% from 255) = 32.98%

R = 40.64%
G = 26.38%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.19

 K value IS 0.11

RGB Variations

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

Color information

#E494B9 (or 0xE494B9) is known color: Shocking. HEX triplet: E4, 94 and B9. RGB value is (228,148,185). Sum of RGB (Red+Green+Blue) = 228+148+185=561 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.64% from 561); Green value is 148 (58.20% from 255 or 26.38% from 561); Blue value is 185 (72.66% from 255 or 32.98% from 561); Max value from RGB is 228 - color contains mainly: red. Hex color #E494B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E494B9 is #1B6B46. Grayscale: #B0B0B0. Windows color (decimal): -1796935 or 12162276. OLE color: 12162276.

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

Color convert

RGB 228 148 185 -
CMYK 0 0.35 0.19 0.11
HSL 332.25º 0.6% 0.74% -
HSV(B) 332.25º 0.35% 0.89% -
XYZ 51.34 41.18 51.14 -
YUV 176.14 133 164.99 -
System Red Green Blue C M Y K H S L
Decimal 228 148 185 0 0.35 0.19 0.11 332.25 0.6 0.74
Hex E4 94 B9 0 23 13 B 14C 3C 4A
Octal 344 224 271 0 43 23 13 514 74 112
Binary 11100100 10010100 10111001 0 100011 10011 1011 101001100 111100 1001010

Color Harmonies of #E494B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E494B9

Black with #E494B9

Text Example


Text Example

White with #E494B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E494B9; }

 p { color: rgb(228,148,185); }

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

background-color css

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

 a { background-color: rgb(228,148,185); }

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

border-color css

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

 span { border-color: rgb(228,148,185); }

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