Html Css Color HEX #E702C1 Shocking Pink

📋 copy color: '#E702C1'

red 231 ◦ green 2 ◦ blue 193

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

Shades of Shocking Pink #E702C1

Tints of Shocking Pink #E702C1

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.47%

 BLUE value IS 193 (75.78% from 255) = 45.31%

R = 54.23%
G = 0.47%
B = 45.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#E702C1 (or 0xE702C1) is known color: Shocking Pink. HEX triplet: E7, 02 and C1. RGB value is (231,2,193). Sum of RGB (Red+Green+Blue) = 231+2+193=426 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.23% from 426); Green value is 2 (1.17% from 255 or 0.47% from 426); Blue value is 193 (75.78% from 255 or 45.31% from 426); Max value from RGB is 231 - color contains mainly: red. Hex color #E702C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E702C1 is #18FD3E. Grayscale: #5B5B5B. Windows color (decimal): -1637695 or 12649191. OLE color: 12649191.

HSL color Cylindrical-coordinate representation of color #E702C1: hue angle of 309.96º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E702C1 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 2 193 -
CMYK 0 0.99 0.16 0.09
HSL 309.96º 0.98% 0.46% -
HSV(B) 309.96º 0.99% 0.91% -
XYZ 42.6 20.88 52.24 -
YUV 92.25 184.87 226.97 -
System Red Green Blue C M Y K H S L
Decimal 231 2 193 0 0.99 0.16 0.09 309.96 0.98 0.46
Hex E7 2 C1 0 63 10 9 136 62 2E
Octal 347 2 301 0 143 20 11 466 142 56
Binary 11100111 10 11000001 0 1100011 10000 1001 100110110 1100010 101110

Color Harmonies of #E702C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E702C1

Black with #E702C1

Text Example


Text Example

White with #E702C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E702C1; }

 p { color: rgb(231,2,193); }

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

background-color css

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

 a { background-color: rgb(231,2,193); }

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

border-color css

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

 span { border-color: rgb(231,2,193); }

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