Html Css Color HEX #E609BE Shocking Pink

📋 copy color: '#E609BE'

red 230 ◦ green 9 ◦ blue 190

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

Shades of Shocking Pink #E609BE

Tints of Shocking Pink #E609BE

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.1%

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

R = 53.61%
G = 2.1%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E609BE (or 0xE609BE) is known color: Shocking Pink. HEX triplet: E6, 09 and BE. RGB value is (230,9,190). Sum of RGB (Red+Green+Blue) = 230+9+190=429 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.61% from 429); Green value is 9 (3.91% from 255 or 2.10% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 230 - color contains mainly: red. Hex color #E609BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E609BE is #19F641. Grayscale: #5F5F5F. Windows color (decimal): -1701442 or 12454374. OLE color: 12454374.

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

Color convert

RGB 230 9 190 -
CMYK 0 0.96 0.17 0.10
HSL 310.86º 0.92% 0.47% -
HSV(B) 310.86º 0.96% 0.9% -
XYZ 42.03 20.74 50.5 -
YUV 95.71 181.22 223.78 -
System Red Green Blue C M Y K H S L
Decimal 230 9 190 0 0.96 0.17 0.10 310.86 0.92 0.47
Hex E6 9 BE 0 60 11 A 137 5C 2F
Octal 346 11 276 0 140 21 12 467 134 57
Binary 11100110 1001 10111110 0 1100000 10001 1010 100110111 1011100 101111

Color Harmonies of #E609BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E609BE

Black with #E609BE

Text Example


Text Example

White with #E609BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E609BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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