Html Css Color HEX #E604BE Shocking Pink

📋 copy color: '#E604BE'

red 230 ◦ green 4 ◦ blue 190

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

Shades of Shocking Pink #E604BE

Tints of Shocking Pink #E604BE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.94%

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

R = 54.25%
G = 0.94%
B = 44.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E604BE (or 0xE604BE) is known color: Shocking Pink. HEX triplet: E6, 04 and BE. RGB value is (230,4,190). Sum of RGB (Red+Green+Blue) = 230+4+190=424 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.25% from 424); Green value is 4 (1.95% from 255 or 0.94% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 230 - color contains mainly: red. Hex color #E604BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E604BE is #19FB41. Grayscale: #5C5C5C. Windows color (decimal): -1702722 or 12453094. OLE color: 12453094.

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

Color convert

RGB 230 4 190 -
CMYK 0 0.98 0.17 0.10
HSL 310.62º 0.97% 0.46% -
HSV(B) 310.62º 0.98% 0.9% -
XYZ 41.97 20.63 50.48 -
YUV 92.78 182.87 225.88 -
System Red Green Blue C M Y K H S L
Decimal 230 4 190 0 0.98 0.17 0.10 310.62 0.97 0.46
Hex E6 4 BE 0 62 11 A 137 61 2E
Octal 346 4 276 0 142 21 12 467 141 56
Binary 11100110 100 10111110 0 1100010 10001 1010 100110111 1100001 101110

Color Harmonies of #E604BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E604BE

Black with #E604BE

Text Example


Text Example

White with #E604BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E604BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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