Html Css Color HEX #E615BD Shocking Pink

📋 copy color: '#E615BD'

red 230 ◦ green 21 ◦ blue 189

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

Shades of Shocking Pink #E615BD

Tints of Shocking Pink #E615BD

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.77%

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

R = 52.27%
G = 4.77%
B = 42.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E615BD (or 0xE615BD) is known color: Shocking Pink. HEX triplet: E6, 15 and BD. RGB value is (230,21,189). Sum of RGB (Red+Green+Blue) = 230+21+189=440 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.27% from 440); Green value is 21 (8.59% from 255 or 4.77% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 230 - color contains mainly: red. Hex color #E615BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E615BD is #19EA42. Grayscale: #666666. Windows color (decimal): -1698371 or 12391910. OLE color: 12391910.

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

Color convert

RGB 230 21 189 -
CMYK 0 0.91 0.18 0.10
HSL 311.77º 0.83% 0.49% -
HSV(B) 311.77º 0.91% 0.9% -
XYZ 42.09 21.03 49.99 -
YUV 102.64 176.74 218.84 -
System Red Green Blue C M Y K H S L
Decimal 230 21 189 0 0.91 0.18 0.10 311.77 0.83 0.49
Hex E6 15 BD 0 5B 12 A 138 53 31
Octal 346 25 275 0 133 22 12 470 123 61
Binary 11100110 10101 10111101 0 1011011 10010 1010 100111000 1010011 110001

Color Harmonies of #E615BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E615BD

Black with #E615BD

Text Example


Text Example

White with #E615BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E615BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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