Html Css Color HEX #E606BD Shocking Pink

📋 copy color: '#E606BD'

red 230 ◦ green 6 ◦ blue 189

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

Shades of Shocking Pink #E606BD

Tints of Shocking Pink #E606BD

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.41%

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

R = 54.12%
G = 1.41%
B = 44.47%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E606BD (or 0xE606BD) is known color: Shocking Pink. HEX triplet: E6, 06 and BD. RGB value is (230,6,189). Sum of RGB (Red+Green+Blue) = 230+6+189=425 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.12% from 425); Green value is 6 (2.73% from 255 or 1.41% from 425); Blue value is 189 (74.22% from 255 or 44.47% from 425); Max value from RGB is 230 - color contains mainly: red. Hex color #E606BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E606BD is #19F942. Grayscale: #5D5D5D. Windows color (decimal): -1702211 or 12388070. OLE color: 12388070.

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

Color convert

RGB 230 6 189 -
CMYK 0 0.97 0.18 0.10
HSL 310.98º 0.95% 0.46% -
HSV(B) 310.98º 0.97% 0.9% -
XYZ 41.88 20.63 49.92 -
YUV 93.84 181.71 225.12 -
System Red Green Blue C M Y K H S L
Decimal 230 6 189 0 0.97 0.18 0.10 310.98 0.95 0.46
Hex E6 6 BD 0 61 12 A 137 5F 2E
Octal 346 6 275 0 141 22 12 467 137 56
Binary 11100110 110 10111101 0 1100001 10010 1010 100110111 1011111 101110

Color Harmonies of #E606BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E606BD

Black with #E606BD

Text Example


Text Example

White with #E606BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E606BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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