Html Css Color HEX #E390CA Shocking

📋 copy color: '#E390CA'

red 227 ◦ green 144 ◦ blue 202

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

Shades of Shocking #E390CA

Tints of Shocking #E390CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.25%

R = 39.62%
G = 25.13%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E390CA (or 0xE390CA) is known color: Shocking. HEX triplet: E3, 90 and CA. RGB value is (227,144,202). Sum of RGB (Red+Green+Blue) = 227+144+202=573 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.62% from 573); Green value is 144 (56.64% from 255 or 25.13% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 227 - color contains mainly: red. Hex color #E390CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E390CA is #1C6F35. Grayscale: #AFAFAF. Windows color (decimal): -1863478 or 13275363. OLE color: 13275363.

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

Color convert

RGB 227 144 202 -
CMYK 0 0.37 0.11 0.11
HSL 318.07º 0.6% 0.73% -
HSV(B) 318.07º 0.37% 0.89% -
XYZ 52.31 40.54 60.95 -
YUV 175.43 143 164.78 -
System Red Green Blue C M Y K H S L
Decimal 227 144 202 0 0.37 0.11 0.11 318.07 0.6 0.73
Hex E3 90 CA 0 25 B B 13E 3C 49
Octal 343 220 312 0 45 13 13 476 74 111
Binary 11100011 10010000 11001010 0 100101 1011 1011 100111110 111100 1001001

Color Harmonies of #E390CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E390CA

Black with #E390CA

Text Example


Text Example

White with #E390CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E390CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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