Html Css Color HEX #E318CC Shocking Pink

📋 copy color: '#E318CC'

red 227 ◦ green 24 ◦ blue 204

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

Shades of Shocking Pink #E318CC

Tints of Shocking Pink #E318CC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.27%

 BLUE value IS 204 (80.08% from 255) = 44.84%

R = 49.89%
G = 5.27%
B = 44.84%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E318CC (or 0xE318CC) is known color: Shocking Pink. HEX triplet: E3, 18 and CC. RGB value is (227,24,204). Sum of RGB (Red+Green+Blue) = 227+24+204=455 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.89% from 455); Green value is 24 (9.77% from 255 or 5.27% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 227 - color contains mainly: red. Hex color #E318CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E318CC is #1CE733. Grayscale: #686868. Windows color (decimal): -1894196 or 13375715. OLE color: 13375715.

HSL color Cylindrical-coordinate representation of color #E318CC: hue angle of 306.8º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E318CC is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 24 204 -
CMYK 0 0.89 0.10 0.11
HSL 306.8º 0.81% 0.49% -
HSV(B) 306.8º 0.89% 0.89% -
XYZ 42.9 21.34 58.99 -
YUV 105.22 183.75 214.86 -
System Red Green Blue C M Y K H S L
Decimal 227 24 204 0 0.89 0.10 0.11 306.8 0.81 0.49
Hex E3 18 CC 0 59 A B 133 51 31
Octal 343 30 314 0 131 12 13 463 121 61
Binary 11100011 11000 11001100 0 1011001 1010 1011 100110011 1010001 110001

Color Harmonies of #E318CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E318CC

Black with #E318CC

Text Example


Text Example

White with #E318CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E318CC; }

 p { color: rgb(227,24,204); }

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

background-color css

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

 a { background-color: rgb(227,24,204); }

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

border-color css

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

 span { border-color: rgb(227,24,204); }

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