Html Css Color HEX #E606BE Shocking Pink

📋 copy color: '#E606BE'

red 230 ◦ green 6 ◦ blue 190

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

Shades of Shocking Pink #E606BE

Tints of Shocking Pink #E606BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.6%

R = 53.99%
G = 1.41%
B = 44.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E606BE (or 0xE606BE) is known color: Shocking Pink. HEX triplet: E6, 06 and BE. RGB value is (230,6,190). Sum of RGB (Red+Green+Blue) = 230+6+190=426 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.99% from 426); Green value is 6 (2.73% from 255 or 1.41% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 230 - color contains mainly: red. Hex color #E606BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E606BE is #19F941. Grayscale: #5D5D5D. Windows color (decimal): -1702210 or 12453606. OLE color: 12453606.

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

Color convert

RGB 230 6 190 -
CMYK 0 0.97 0.17 0.10
HSL 310.71º 0.95% 0.46% -
HSV(B) 310.71º 0.97% 0.9% -
XYZ 41.99 20.67 50.49 -
YUV 93.95 182.21 225.04 -
System Red Green Blue C M Y K H S L
Decimal 230 6 190 0 0.97 0.17 0.10 310.71 0.95 0.46
Hex E6 6 BE 0 61 11 A 137 5F 2E
Octal 346 6 276 0 141 21 12 467 137 56
Binary 11100110 110 10111110 0 1100001 10001 1010 100110111 1011111 101110

Color Harmonies of #E606BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E606BE

Black with #E606BE

Text Example


Text Example

White with #E606BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E606BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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