Html Css Color HEX #E993C4 Shocking

📋 copy color: '#E993C4'

red 233 ◦ green 147 ◦ blue 196

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

Shades of Shocking #E993C4

Tints of Shocking #E993C4

RGB

 RED value IS 233 (91.41% from 255) = 40.45%

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

 BLUE value IS 196 (76.95% from 255) = 34.03%

R = 40.45%
G = 25.52%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#E993C4 (or 0xE993C4) is known color: Shocking. HEX triplet: E9, 93 and C4. RGB value is (233,147,196). Sum of RGB (Red+Green+Blue) = 233+147+196=576 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.45% from 576); Green value is 147 (57.81% from 255 or 25.52% from 576); Blue value is 196 (76.95% from 255 or 34.03% from 576); Max value from RGB is 233 - color contains mainly: red. Hex color #E993C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E993C4 is #166C3B. Grayscale: #B2B2B2. Windows color (decimal): -1469500 or 12882921. OLE color: 12882921.

HSL color Cylindrical-coordinate representation of color #E993C4: hue angle of 325.81º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E993C4 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 147 196 -
CMYK 0 0.37 0.16 0.09
HSL 325.81º 0.66% 0.75% -
HSV(B) 325.81º 0.37% 0.91% -
XYZ 54 42.18 57.52 -
YUV 178.3 137.99 167.02 -
System Red Green Blue C M Y K H S L
Decimal 233 147 196 0 0.37 0.16 0.09 325.81 0.66 0.75
Hex E9 93 C4 0 25 10 9 146 42 4B
Octal 351 223 304 0 45 20 11 506 102 113
Binary 11101001 10010011 11000100 0 100101 10000 1001 101000110 1000010 1001011

Color Harmonies of #E993C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E993C4

Black with #E993C4

Text Example


Text Example

White with #E993C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E993C4; }

 p { color: rgb(233,147,196); }

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

background-color css

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

 a { background-color: rgb(233,147,196); }

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

border-color css

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

 span { border-color: rgb(233,147,196); }

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