Html Css Color HEX #E61BCD Shocking Pink

📋 copy color: '#E61BCD'

red 230 ◦ green 27 ◦ blue 205

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

Shades of Shocking Pink #E61BCD

Tints of Shocking Pink #E61BCD

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.84%

 BLUE value IS 205 (80.47% from 255) = 44.37%

R = 49.78%
G = 5.84%
B = 44.37%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E61BCD (or 0xE61BCD) is known color: Shocking Pink. HEX triplet: E6, 1B and CD. RGB value is (230,27,205). Sum of RGB (Red+Green+Blue) = 230+27+205=462 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.78% from 462); Green value is 27 (10.94% from 255 or 5.84% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 230 - color contains mainly: red. Hex color #E61BCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61BCD is #19E432. Grayscale: #6B6B6B. Windows color (decimal): -1696819 or 13442022. OLE color: 13442022.

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

Color convert

RGB 230 27 205 -
CMYK 0 0.88 0.11 0.10
HSL 307.39º 0.8% 0.5% -
HSV(B) 307.39º 0.88% 0.9% -
XYZ 44.04 22.01 59.69 -
YUV 107.99 182.75 215.03 -
System Red Green Blue C M Y K H S L
Decimal 230 27 205 0 0.88 0.11 0.10 307.39 0.8 0.5
Hex E6 1B CD 0 58 B A 133 50 32
Octal 346 33 315 0 130 13 12 463 120 62
Binary 11100110 11011 11001101 0 1011000 1011 1010 100110011 1010000 110010

Color Harmonies of #E61BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61BCD

Black with #E61BCD

Text Example


Text Example

White with #E61BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61BCD; }

 p { color: rgb(230,27,205); }

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

background-color css

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

 a { background-color: rgb(230,27,205); }

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

border-color css

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

 span { border-color: rgb(230,27,205); }

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