Html Css Color HEX #E602BD Shocking Pink

📋 copy color: '#E602BD'

red 230 ◦ green 2 ◦ blue 189

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

Shades of Shocking Pink #E602BD

Tints of Shocking Pink #E602BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.89%

R = 54.63%
G = 0.48%
B = 44.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E602BD (or 0xE602BD) is known color: Shocking Pink. HEX triplet: E6, 02 and BD. RGB value is (230,2,189). Sum of RGB (Red+Green+Blue) = 230+2+189=421 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.63% from 421); Green value is 2 (1.17% from 255 or 0.48% from 421); Blue value is 189 (74.22% from 255 or 44.89% from 421); Max value from RGB is 230 - color contains mainly: red. Hex color #E602BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E602BD is #19FD42. Grayscale: #5A5A5A. Windows color (decimal): -1703235 or 12387046. OLE color: 12387046.

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

Color convert

RGB 230 2 189 -
CMYK 0 0.99 0.18 0.10
HSL 310.79º 0.98% 0.45% -
HSV(B) 310.79º 0.99% 0.9% -
XYZ 41.84 20.54 49.9 -
YUV 91.49 183.04 226.79 -
System Red Green Blue C M Y K H S L
Decimal 230 2 189 0 0.99 0.18 0.10 310.79 0.98 0.45
Hex E6 2 BD 0 63 12 A 137 62 2D
Octal 346 2 275 0 143 22 12 467 142 55
Binary 11100110 10 10111101 0 1100011 10010 1010 100110111 1100010 101101

Color Harmonies of #E602BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E602BD

Black with #E602BD

Text Example


Text Example

White with #E602BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E602BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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