Html Css Color HEX #E315CC Shocking Pink

📋 copy color: '#E315CC'

red 227 ◦ green 21 ◦ blue 204

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

Shades of Shocking Pink #E315CC

Tints of Shocking Pink #E315CC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.65%

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

R = 50.22%
G = 4.65%
B = 45.13%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E315CC (or 0xE315CC) is known color: Shocking Pink. HEX triplet: E3, 15 and CC. RGB value is (227,21,204). Sum of RGB (Red+Green+Blue) = 227+21+204=452 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.22% from 452); Green value is 21 (8.59% from 255 or 4.65% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 227 - color contains mainly: red. Hex color #E315CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E315CC is #1CEA33. Grayscale: #666666. Windows color (decimal): -1894964 or 13374947. OLE color: 13374947.

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

Color convert

RGB 227 21 204 -
CMYK 0 0.91 0.10 0.11
HSL 306.7º 0.83% 0.49% -
HSV(B) 306.7º 0.91% 0.89% -
XYZ 42.85 21.23 58.97 -
YUV 103.46 184.75 216.12 -
System Red Green Blue C M Y K H S L
Decimal 227 21 204 0 0.91 0.10 0.11 306.7 0.83 0.49
Hex E3 15 CC 0 5B A B 133 53 31
Octal 343 25 314 0 133 12 13 463 123 61
Binary 11100011 10101 11001100 0 1011011 1010 1011 100110011 1010011 110001

Color Harmonies of #E315CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E315CC

Black with #E315CC

Text Example


Text Example

White with #E315CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E315CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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