Html Css Color HEX #E715CE Shocking Pink

📋 copy color: '#E715CE'

red 231 ◦ green 21 ◦ blue 206

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

Shades of Shocking Pink #E715CE

Tints of Shocking Pink #E715CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.98%

R = 50.44%
G = 4.59%
B = 44.98%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E715CE (or 0xE715CE) is known color: Shocking Pink. HEX triplet: E7, 15 and CE. RGB value is (231,21,206). Sum of RGB (Red+Green+Blue) = 231+21+206=458 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.44% from 458); Green value is 21 (8.59% from 255 or 4.59% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 231 - color contains mainly: red. Hex color #E715CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E715CE is #18EA31. Grayscale: #686868. Windows color (decimal): -1632818 or 13506023. OLE color: 13506023.

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

Color convert

RGB 231 21 206 -
CMYK 0 0.91 0.11 0.09
HSL 307.14º 0.83% 0.49% -
HSV(B) 307.14º 0.91% 0.91% -
XYZ 44.36 21.98 60.3 -
YUV 104.88 185.07 217.96 -
System Red Green Blue C M Y K H S L
Decimal 231 21 206 0 0.91 0.11 0.09 307.14 0.83 0.49
Hex E7 15 CE 0 5B B 9 133 53 31
Octal 347 25 316 0 133 13 11 463 123 61
Binary 11100111 10101 11001110 0 1011011 1011 1001 100110011 1010011 110001

Color Harmonies of #E715CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E715CE

Black with #E715CE

Text Example


Text Example

White with #E715CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E715CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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