Html Css Color HEX #E390C0 Shocking

📋 copy color: '#E390C0'

red 227 ◦ green 144 ◦ blue 192

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

Shades of Shocking #E390C0

Tints of Shocking #E390C0

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.58%

 BLUE value IS 192 (75.39% from 255) = 34.1%

R = 40.32%
G = 25.58%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.15

 K value IS 0.11

RGB Variations

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

Color information

#E390C0 (or 0xE390C0) is known color: Shocking. HEX triplet: E3, 90 and C0. RGB value is (227,144,192). Sum of RGB (Red+Green+Blue) = 227+144+192=563 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.32% from 563); Green value is 144 (56.64% from 255 or 25.58% from 563); Blue value is 192 (75.39% from 255 or 34.10% from 563); Max value from RGB is 227 - color contains mainly: red. Hex color #E390C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E390C0 is #1C6F3F. Grayscale: #AEAEAE. Windows color (decimal): -1863488 or 12620003. OLE color: 12620003.

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

Color convert

RGB 227 144 192 -
CMYK 0 0.37 0.15 0.11
HSL 325.3º 0.6% 0.73% -
HSV(B) 325.3º 0.37% 0.89% -
XYZ 51.17 40.08 54.91 -
YUV 174.29 138 165.6 -
System Red Green Blue C M Y K H S L
Decimal 227 144 192 0 0.37 0.15 0.11 325.3 0.6 0.73
Hex E3 90 C0 0 25 F B 145 3C 49
Octal 343 220 300 0 45 17 13 505 74 111
Binary 11100011 10010000 11000000 0 100101 1111 1011 101000101 111100 1001001

Color Harmonies of #E390C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E390C0

Black with #E390C0

Text Example


Text Example

White with #E390C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E390C0; }

 p { color: rgb(227,144,192); }

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

background-color css

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

 a { background-color: rgb(227,144,192); }

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

border-color css

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

 span { border-color: rgb(227,144,192); }

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