Html Css Color HEX #E714CC Shocking Pink

📋 copy color: '#E714CC'

red 231 ◦ green 20 ◦ blue 204

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

Shades of Shocking Pink #E714CC

Tints of Shocking Pink #E714CC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.4%

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

R = 50.77%
G = 4.4%
B = 44.84%

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

#E714CC (or 0xE714CC) is known color: Shocking Pink. HEX triplet: E7, 14 and CC. RGB value is (231,20,204). Sum of RGB (Red+Green+Blue) = 231+20+204=455 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.77% from 455); Green value is 20 (8.20% from 255 or 4.40% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 231 - color contains mainly: red. Hex color #E714CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E714CC is #18EB33. Grayscale: #676767. Windows color (decimal): -1633076 or 13374695. OLE color: 13374695.

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

Color convert

RGB 231 20 204 -
CMYK 0 0.91 0.12 0.09
HSL 307.68º 0.84% 0.49% -
HSV(B) 307.68º 0.91% 0.91% -
XYZ 44.1 21.85 59.02 -
YUV 104.07 184.4 218.54 -
System Red Green Blue C M Y K H S L
Decimal 231 20 204 0 0.91 0.12 0.09 307.68 0.84 0.49
Hex E7 14 CC 0 5B C 9 134 54 31
Octal 347 24 314 0 133 14 11 464 124 61
Binary 11100111 10100 11001100 0 1011011 1100 1001 100110100 1010100 110001

Color Harmonies of #E714CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E714CC

Black with #E714CC

Text Example


Text Example

White with #E714CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E714CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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