Html Css Color HEX #E602B9 Shocking Pink

📋 copy color: '#E602B9'

red 230 ◦ green 2 ◦ blue 185

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

Shades of Shocking Pink #E602B9

Tints of Shocking Pink #E602B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 44.36%

R = 55.16%
G = 0.48%
B = 44.36%

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

#E602B9 (or 0xE602B9) is known color: Shocking Pink. HEX triplet: E6, 02 and B9. RGB value is (230,2,185). Sum of RGB (Red+Green+Blue) = 230+2+185=417 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.16% from 417); Green value is 2 (1.17% from 255 or 0.48% from 417); Blue value is 185 (72.66% from 255 or 44.36% from 417); Max value from RGB is 230 - color contains mainly: red. Hex color #E602B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E602B9 is #19FD46. Grayscale: #5A5A5A. Windows color (decimal): -1703239 or 12124902. OLE color: 12124902.

HSL color Cylindrical-coordinate representation of color #E602B9: hue angle of 311.84º 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 #E602B9 is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 2 185 -
CMYK 0 0.99 0.20 0.10
HSL 311.84º 0.98% 0.45% -
HSV(B) 311.84º 0.99% 0.9% -
XYZ 41.41 20.37 47.65 -
YUV 91.03 181.04 227.12 -
System Red Green Blue C M Y K H S L
Decimal 230 2 185 0 0.99 0.20 0.10 311.84 0.98 0.45
Hex E6 2 B9 0 63 14 A 138 62 2D
Octal 346 2 271 0 143 24 12 470 142 55
Binary 11100110 10 10111001 0 1100011 10100 1010 100111000 1100010 101101

Color Harmonies of #E602B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E602B9

Black with #E602B9

Text Example


Text Example

White with #E602B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E602B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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