Html Css Color HEX #E493CD Shocking

📋 copy color: '#E493CD'

red 228 ◦ green 147 ◦ blue 205

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

Shades of Shocking #E493CD

Tints of Shocking #E493CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 35.34%

R = 39.31%
G = 25.34%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E493CD (or 0xE493CD) is known color: Shocking. HEX triplet: E4, 93 and CD. RGB value is (228,147,205). Sum of RGB (Red+Green+Blue) = 228+147+205=580 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.31% from 580); Green value is 147 (57.81% from 255 or 25.34% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 228 - color contains mainly: red. Hex color #E493CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E493CD is #1B6C32. Grayscale: #B1B1B1. Windows color (decimal): -1797171 or 13472740. OLE color: 13472740.

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

Color convert

RGB 228 147 205 -
CMYK 0 0.36 0.10 0.11
HSL 317.04º 0.6% 0.74% -
HSV(B) 317.04º 0.36% 0.89% -
XYZ 53.45 41.77 63 -
YUV 177.83 143.34 163.78 -
System Red Green Blue C M Y K H S L
Decimal 228 147 205 0 0.36 0.10 0.11 317.04 0.6 0.74
Hex E4 93 CD 0 24 A B 13D 3C 4A
Octal 344 223 315 0 44 12 13 475 74 112
Binary 11100100 10010011 11001101 0 100100 1010 1011 100111101 111100 1001010

Color Harmonies of #E493CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E493CD

Black with #E493CD

Text Example


Text Example

White with #E493CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E493CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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