Html Css Color HEX #E715CC Shocking Pink

📋 copy color: '#E715CC'

red 231 ◦ green 21 ◦ blue 204

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

Shades of Shocking Pink #E715CC

Tints of Shocking Pink #E715CC

RGB

 RED value IS 231 (90.63% from 255) = 50.66%

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

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

R = 50.66%
G = 4.61%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E715CC (or 0xE715CC) is known color: Shocking Pink. HEX triplet: E7, 15 and CC. RGB value is (231,21,204). Sum of RGB (Red+Green+Blue) = 231+21+204=456 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.66% from 456); Green value is 21 (8.59% from 255 or 4.61% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 231 - color contains mainly: red. Hex color #E715CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E715CC is #18EA33. Grayscale: #686868. Windows color (decimal): -1632820 or 13374951. OLE color: 13374951.

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

Color convert

RGB 231 21 204 -
CMYK 0 0.91 0.12 0.09
HSL 307.71º 0.83% 0.49% -
HSV(B) 307.71º 0.91% 0.91% -
XYZ 44.12 21.88 59.03 -
YUV 104.65 184.07 218.12 -
System Red Green Blue C M Y K H S L
Decimal 231 21 204 0 0.91 0.12 0.09 307.71 0.83 0.49
Hex E7 15 CC 0 5B C 9 134 53 31
Octal 347 25 314 0 133 14 11 464 123 61
Binary 11100111 10101 11001100 0 1011011 1100 1001 100110100 1010011 110001

Color Harmonies of #E715CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E715CC

Black with #E715CC

Text Example


Text Example

White with #E715CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E715CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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