Html Css Color HEX #E493CB Shocking

📋 copy color: '#E493CB'

red 228 ◦ green 147 ◦ blue 203

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

Shades of Shocking #E493CB

Tints of Shocking #E493CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.12%

R = 39.45%
G = 25.43%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E493CB (or 0xE493CB) is known color: Shocking. HEX triplet: E4, 93 and CB. RGB value is (228,147,203). Sum of RGB (Red+Green+Blue) = 228+147+203=578 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.45% from 578); Green value is 147 (57.81% from 255 or 25.43% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 228 - color contains mainly: red. Hex color #E493CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E493CB is #1B6C34. Grayscale: #B1B1B1. Windows color (decimal): -1797173 or 13341668. OLE color: 13341668.

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

Color convert

RGB 228 147 203 -
CMYK 0 0.36 0.11 0.11
HSL 318.52º 0.6% 0.74% -
HSV(B) 318.52º 0.36% 0.89% -
XYZ 53.21 41.67 61.74 -
YUV 177.6 142.34 163.95 -
System Red Green Blue C M Y K H S L
Decimal 228 147 203 0 0.36 0.11 0.11 318.52 0.6 0.74
Hex E4 93 CB 0 24 B B 13F 3C 4A
Octal 344 223 313 0 44 13 13 477 74 112
Binary 11100100 10010011 11001011 0 100100 1011 1011 100111111 111100 1001010

Color Harmonies of #E493CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E493CB

Black with #E493CB

Text Example


Text Example

White with #E493CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E493CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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