Html Css Color HEX #E618BE Shocking Pink

📋 copy color: '#E618BE'

red 230 ◦ green 24 ◦ blue 190

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

Shades of Shocking Pink #E618BE

Tints of Shocking Pink #E618BE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.41%

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

R = 51.8%
G = 5.41%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E618BE (or 0xE618BE) is known color: Shocking Pink. HEX triplet: E6, 18 and BE. RGB value is (230,24,190). Sum of RGB (Red+Green+Blue) = 230+24+190=444 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.80% from 444); Green value is 24 (9.77% from 255 or 5.41% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 230 - color contains mainly: red. Hex color #E618BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E618BE is #19E741. Grayscale: #686868. Windows color (decimal): -1697602 or 12458214. OLE color: 12458214.

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

Color convert

RGB 230 24 190 -
CMYK 0 0.90 0.17 0.10
HSL 311.65º 0.81% 0.5% -
HSV(B) 311.65º 0.9% 0.9% -
XYZ 42.25 21.19 50.58 -
YUV 104.52 176.25 217.5 -
System Red Green Blue C M Y K H S L
Decimal 230 24 190 0 0.90 0.17 0.10 311.65 0.81 0.5
Hex E6 18 BE 0 5A 11 A 138 51 32
Octal 346 30 276 0 132 21 12 470 121 62
Binary 11100110 11000 10111110 0 1011010 10001 1010 100111000 1010001 110010

Color Harmonies of #E618BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E618BE

Black with #E618BE

Text Example


Text Example

White with #E618BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E618BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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