Html Css Color HEX #E715CF Shocking Pink

📋 copy color: '#E715CF'

red 231 ◦ green 21 ◦ blue 207

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

Shades of Shocking Pink #E715CF

Tints of Shocking Pink #E715CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.1%

R = 50.33%
G = 4.58%
B = 45.1%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E715CF (or 0xE715CF) is known color: Shocking Pink. HEX triplet: E7, 15 and CF. RGB value is (231,21,207). Sum of RGB (Red+Green+Blue) = 231+21+207=459 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.33% from 459); Green value is 21 (8.59% from 255 or 4.58% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 231 - color contains mainly: red. Hex color #E715CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E715CF is #18EA30. Grayscale: #686868. Windows color (decimal): -1632817 or 13571559. OLE color: 13571559.

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

Color convert

RGB 231 21 207 -
CMYK 0 0.91 0.10 0.09
HSL 306.86º 0.83% 0.49% -
HSV(B) 306.86º 0.91% 0.91% -
XYZ 44.49 22.03 60.94 -
YUV 104.99 185.57 217.88 -
System Red Green Blue C M Y K H S L
Decimal 231 21 207 0 0.91 0.10 0.09 306.86 0.83 0.49
Hex E7 15 CF 0 5B A 9 133 53 31
Octal 347 25 317 0 133 12 11 463 123 61
Binary 11100111 10101 11001111 0 1011011 1010 1001 100110011 1010011 110001

Color Harmonies of #E715CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E715CF

Black with #E715CF

Text Example


Text Example

White with #E715CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E715CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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