Html Css Color HEX #E394B5 Shocking

📋 copy color: '#E394B5'

red 227 ◦ green 148 ◦ blue 181

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

Shades of Shocking #E394B5

Tints of Shocking #E394B5

RGB

 RED value IS 227 (89.06% from 255) = 40.83%

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

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

R = 40.83%
G = 26.62%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.20

 K value IS 0.11

RGB Variations

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

Color information

#E394B5 (or 0xE394B5) is known color: Shocking. HEX triplet: E3, 94 and B5. RGB value is (227,148,181). Sum of RGB (Red+Green+Blue) = 227+148+181=556 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.83% from 556); Green value is 148 (58.20% from 255 or 26.62% from 556); Blue value is 181 (71.09% from 255 or 32.55% from 556); Max value from RGB is 227 - color contains mainly: red. Hex color #E394B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E394B5 is #1C6B4A. Grayscale: #AFAFAF. Windows color (decimal): -1862475 or 11900131. OLE color: 11900131.

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

Color convert

RGB 227 148 181 -
CMYK 0 0.35 0.20 0.11
HSL 334.94º 0.59% 0.74% -
HSV(B) 334.94º 0.35% 0.89% -
XYZ 50.61 40.85 48.93 -
YUV 175.38 131.17 164.82 -
System Red Green Blue C M Y K H S L
Decimal 227 148 181 0 0.35 0.20 0.11 334.94 0.59 0.74
Hex E3 94 B5 0 23 14 B 14F 3B 4A
Octal 343 224 265 0 43 24 13 517 73 112
Binary 11100011 10010100 10110101 0 100011 10100 1011 101001111 111011 1001010

Color Harmonies of #E394B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E394B5

Black with #E394B5

Text Example


Text Example

White with #E394B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E394B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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