Html Css Color HEX #E494BB Shocking

📋 copy color: '#E494BB'

red 228 ◦ green 148 ◦ blue 187

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

Shades of Shocking #E494BB

Tints of Shocking #E494BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.21%

R = 40.5%
G = 26.29%
B = 33.21%

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

#E494BB (or 0xE494BB) is known color: Shocking. HEX triplet: E4, 94 and BB. RGB value is (228,148,187). Sum of RGB (Red+Green+Blue) = 228+148+187=563 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.50% from 563); Green value is 148 (58.20% from 255 or 26.29% from 563); Blue value is 187 (73.44% from 255 or 33.21% from 563); Max value from RGB is 228 - color contains mainly: red. Hex color #E494BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E494BB is #1B6B44. Grayscale: #B0B0B0. Windows color (decimal): -1796933 or 12293348. OLE color: 12293348.

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

Color convert

RGB 228 148 187 -
CMYK 0 0.35 0.18 0.11
HSL 330.75º 0.6% 0.74% -
HSV(B) 330.75º 0.35% 0.89% -
XYZ 51.55 41.26 52.26 -
YUV 176.37 134 164.83 -
System Red Green Blue C M Y K H S L
Decimal 228 148 187 0 0.35 0.18 0.11 330.75 0.6 0.74
Hex E4 94 BB 0 23 12 B 14B 3C 4A
Octal 344 224 273 0 43 22 13 513 74 112
Binary 11100100 10010100 10111011 0 100011 10010 1011 101001011 111100 1001010

Color Harmonies of #E494BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E494BB

Black with #E494BB

Text Example


Text Example

White with #E494BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E494BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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