Html Css Color HEX #E493BD Shocking

📋 copy color: '#E493BD'

red 228 ◦ green 147 ◦ blue 189

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

Shades of Shocking #E493BD

Tints of Shocking #E493BD

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.06%

 BLUE value IS 189 (74.22% from 255) = 33.51%

R = 40.43%
G = 26.06%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E493BD (or 0xE493BD) is known color: Shocking. HEX triplet: E4, 93 and BD. RGB value is (228,147,189). Sum of RGB (Red+Green+Blue) = 228+147+189=564 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.43% from 564); Green value is 147 (57.81% from 255 or 26.06% from 564); Blue value is 189 (74.22% from 255 or 33.51% from 564); Max value from RGB is 228 - color contains mainly: red. Hex color #E493BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E493BD is #1B6C42. Grayscale: #AFAFAF. Windows color (decimal): -1797187 or 12424164. OLE color: 12424164.

HSL color Cylindrical-coordinate representation of color #E493BD: hue angle of 328.89º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E493BD is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 147 189 -
CMYK 0 0.36 0.17 0.11
HSL 328.89º 0.6% 0.74% -
HSV(B) 328.89º 0.36% 0.89% -
XYZ 51.61 41.04 53.34 -
YUV 176.01 135.34 165.08 -
System Red Green Blue C M Y K H S L
Decimal 228 147 189 0 0.36 0.17 0.11 328.89 0.6 0.74
Hex E4 93 BD 0 24 11 B 149 3C 4A
Octal 344 223 275 0 44 21 13 511 74 112
Binary 11100100 10010011 10111101 0 100100 10001 1011 101001001 111100 1001010

Color Harmonies of #E493BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E493BD

Black with #E493BD

Text Example


Text Example

White with #E493BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E493BD; }

 p { color: rgb(228,147,189); }

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

background-color css

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

 a { background-color: rgb(228,147,189); }

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

border-color css

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

 span { border-color: rgb(228,147,189); }

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