Html Css Color HEX #E603BD Shocking Pink

📋 copy color: '#E603BD'

red 230 ◦ green 3 ◦ blue 189

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

Shades of Shocking Pink #E603BD

Tints of Shocking Pink #E603BD

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.71%

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

R = 54.5%
G = 0.71%
B = 44.79%

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

#E603BD (or 0xE603BD) is known color: Shocking Pink. HEX triplet: E6, 03 and BD. RGB value is (230,3,189). Sum of RGB (Red+Green+Blue) = 230+3+189=422 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.50% from 422); Green value is 3 (1.56% from 255 or 0.71% from 422); Blue value is 189 (74.22% from 255 or 44.79% from 422); Max value from RGB is 230 - color contains mainly: red. Hex color #E603BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E603BD is #19FC42. Grayscale: #5B5B5B. Windows color (decimal): -1702979 or 12387302. OLE color: 12387302.

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

Color convert

RGB 230 3 189 -
CMYK 0 0.99 0.18 0.10
HSL 310.84º 0.97% 0.46% -
HSV(B) 310.84º 0.99% 0.9% -
XYZ 41.85 20.56 49.91 -
YUV 92.08 182.71 226.38 -
System Red Green Blue C M Y K H S L
Decimal 230 3 189 0 0.99 0.18 0.10 310.84 0.97 0.46
Hex E6 3 BD 0 63 12 A 137 61 2E
Octal 346 3 275 0 143 22 12 467 141 56
Binary 11100110 11 10111101 0 1100011 10010 1010 100110111 1100001 101110

Color Harmonies of #E603BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E603BD

Black with #E603BD

Text Example


Text Example

White with #E603BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E603BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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