Html Css Color HEX #E61DBD Shocking Pink

📋 copy color: '#E61DBD'

red 230 ◦ green 29 ◦ blue 189

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

Shades of Shocking Pink #E61DBD

Tints of Shocking Pink #E61DBD

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.47%

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

R = 51.34%
G = 6.47%
B = 42.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E61DBD (or 0xE61DBD) is known color: Shocking Pink. HEX triplet: E6, 1D and BD. RGB value is (230,29,189). Sum of RGB (Red+Green+Blue) = 230+29+189=448 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.34% from 448); Green value is 29 (11.72% from 255 or 6.47% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 230 - color contains mainly: red. Hex color #E61DBD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61DBD is #19E242. Grayscale: #6A6A6A. Windows color (decimal): -1696323 or 12393958. OLE color: 12393958.

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

Color convert

RGB 230 29 189 -
CMYK 0 0.87 0.18 0.10
HSL 312.24º 0.8% 0.51% -
HSV(B) 312.24º 0.87% 0.9% -
XYZ 42.26 21.38 50.04 -
YUV 107.34 174.09 215.49 -
System Red Green Blue C M Y K H S L
Decimal 230 29 189 0 0.87 0.18 0.10 312.24 0.8 0.51
Hex E6 1D BD 0 57 12 A 138 50 33
Octal 346 35 275 0 127 22 12 470 120 63
Binary 11100110 11101 10111101 0 1010111 10010 1010 100111000 1010000 110011

Color Harmonies of #E61DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61DBD

Black with #E61DBD

Text Example


Text Example

White with #E61DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61DBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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