Html Css Color HEX #E714CB Shocking Pink

📋 copy color: '#E714CB'

red 231 ◦ green 20 ◦ blue 203

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

Shades of Shocking Pink #E714CB

Tints of Shocking Pink #E714CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.71%

R = 50.88%
G = 4.41%
B = 44.71%

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

#E714CB (or 0xE714CB) is known color: Shocking Pink. HEX triplet: E7, 14 and CB. RGB value is (231,20,203). Sum of RGB (Red+Green+Blue) = 231+20+203=454 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.88% from 454); Green value is 20 (8.20% from 255 or 4.41% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 231 - color contains mainly: red. Hex color #E714CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E714CB is #18EB34. Grayscale: #676767. Windows color (decimal): -1633077 or 13309159. OLE color: 13309159.

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

Color convert

RGB 231 20 203 -
CMYK 0 0.91 0.12 0.09
HSL 307.96º 0.84% 0.49% -
HSV(B) 307.96º 0.91% 0.91% -
XYZ 43.98 21.8 58.39 -
YUV 103.95 183.9 218.62 -
System Red Green Blue C M Y K H S L
Decimal 231 20 203 0 0.91 0.12 0.09 307.96 0.84 0.49
Hex E7 14 CB 0 5B C 9 134 54 31
Octal 347 24 313 0 133 14 11 464 124 61
Binary 11100111 10100 11001011 0 1011011 1100 1001 100110100 1010100 110001

Color Harmonies of #E714CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E714CB

Black with #E714CB

Text Example


Text Example

White with #E714CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E714CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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