Html Css Color HEX #E602B7 Shocking Pink

📋 copy color: '#E602B7'

red 230 ◦ green 2 ◦ blue 183

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

Shades of Shocking Pink #E602B7

Tints of Shocking Pink #E602B7

RGB

 RED value IS 230 (90.23% from 255) = 55.42%

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

 BLUE value IS 183 (71.88% from 255) = 44.1%

R = 55.42%
G = 0.48%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.10

RGB Variations

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

Color information

#E602B7 (or 0xE602B7) is known color: Shocking Pink. HEX triplet: E6, 02 and B7. RGB value is (230,2,183). Sum of RGB (Red+Green+Blue) = 230+2+183=415 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.42% from 415); Green value is 2 (1.17% from 255 or 0.48% from 415); Blue value is 183 (71.88% from 255 or 44.10% from 415); Max value from RGB is 230 - color contains mainly: red. Hex color #E602B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E602B7 is #19FD48. Grayscale: #5A5A5A. Windows color (decimal): -1703241 or 11993830. OLE color: 11993830.

HSL color Cylindrical-coordinate representation of color #E602B7: hue angle of 312.37º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E602B7 is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 2 183 -
CMYK 0 0.99 0.20 0.10
HSL 312.37º 0.98% 0.45% -
HSV(B) 312.37º 0.99% 0.9% -
XYZ 41.2 20.29 46.54 -
YUV 90.81 180.04 227.28 -
System Red Green Blue C M Y K H S L
Decimal 230 2 183 0 0.99 0.20 0.10 312.37 0.98 0.45
Hex E6 2 B7 0 63 14 A 138 62 2D
Octal 346 2 267 0 143 24 12 470 142 55
Binary 11100110 10 10110111 0 1100011 10100 1010 100111000 1100010 101101

Color Harmonies of #E602B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E602B7

Black with #E602B7

Text Example


Text Example

White with #E602B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E602B7; }

 p { color: rgb(230,2,183); }

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

background-color css

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

 a { background-color: rgb(230,2,183); }

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

border-color css

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

 span { border-color: rgb(230,2,183); }

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