Html Css Color HEX #E714C4 Shocking Pink

📋 copy color: '#E714C4'

red 231 ◦ green 20 ◦ blue 196

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

Shades of Shocking Pink #E714C4

Tints of Shocking Pink #E714C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 43.85%

R = 51.68%
G = 4.47%
B = 43.85%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.15

 K value IS 0.09

RGB Variations

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

Color information

#E714C4 (or 0xE714C4) is known color: Shocking Pink. HEX triplet: E7, 14 and C4. RGB value is (231,20,196). Sum of RGB (Red+Green+Blue) = 231+20+196=447 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.68% from 447); Green value is 20 (8.20% from 255 or 4.47% from 447); Blue value is 196 (76.95% from 255 or 43.85% from 447); Max value from RGB is 231 - color contains mainly: red. Hex color #E714C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E714C4 is #18EB3B. Grayscale: #666666. Windows color (decimal): -1633084 or 12850407. OLE color: 12850407.

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

Color convert

RGB 231 20 196 -
CMYK 0 0.91 0.15 0.09
HSL 309.95º 0.84% 0.49% -
HSV(B) 309.95º 0.91% 0.91% -
XYZ 43.17 21.47 54.09 -
YUV 103.15 180.4 219.19 -
System Red Green Blue C M Y K H S L
Decimal 231 20 196 0 0.91 0.15 0.09 309.95 0.84 0.49
Hex E7 14 C4 0 5B F 9 136 54 31
Octal 347 24 304 0 133 17 11 466 124 61
Binary 11100111 10100 11000100 0 1011011 1111 1001 100110110 1010100 110001

Color Harmonies of #E714C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E714C4

Black with #E714C4

Text Example


Text Example

White with #E714C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E714C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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