Html Css Color HEX #E494B5 Shocking

📋 copy color: '#E494B5'

red 228 ◦ green 148 ◦ blue 181

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

Shades of Shocking #E494B5

Tints of Shocking #E494B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 32.5%

R = 40.93%
G = 26.57%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.21

 K value IS 0.11

RGB Variations

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

Color information

#E494B5 (or 0xE494B5) is known color: Shocking. HEX triplet: E4, 94 and B5. RGB value is (228,148,181). Sum of RGB (Red+Green+Blue) = 228+148+181=557 (73% of max value = 765). Red value is 228 (89.45% from 255 or 40.93% from 557); Green value is 148 (58.20% from 255 or 26.57% from 557); Blue value is 181 (71.09% from 255 or 32.50% from 557); Max value from RGB is 228 - color contains mainly: red. Hex color #E494B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E494B5 is #1B6B4A. Grayscale: #AFAFAF. Windows color (decimal): -1796939 or 11900132. OLE color: 11900132.

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

Color convert

RGB 228 148 181 -
CMYK 0 0.35 0.21 0.11
HSL 335.25º 0.6% 0.74% -
HSV(B) 335.25º 0.35% 0.89% -
XYZ 50.93 41.01 48.95 -
YUV 175.68 131 165.32 -
System Red Green Blue C M Y K H S L
Decimal 228 148 181 0 0.35 0.21 0.11 335.25 0.6 0.74
Hex E4 94 B5 0 23 15 B 14F 3C 4A
Octal 344 224 265 0 43 25 13 517 74 112
Binary 11100100 10010100 10110101 0 100011 10101 1011 101001111 111100 1001010

Color Harmonies of #E494B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E494B5

Black with #E494B5

Text Example


Text Example

White with #E494B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E494B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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