Html Css Color HEX #E61BC4 Shocking Pink

📋 copy color: '#E61BC4'

red 230 ◦ green 27 ◦ blue 196

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

Shades of Shocking Pink #E61BC4

Tints of Shocking Pink #E61BC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 43.27%

R = 50.77%
G = 5.96%
B = 43.27%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.15

 K value IS 0.10

RGB Variations

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

Color information

#E61BC4 (or 0xE61BC4) is known color: Shocking Pink. HEX triplet: E6, 1B and C4. RGB value is (230,27,196). Sum of RGB (Red+Green+Blue) = 230+27+196=453 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.77% from 453); Green value is 27 (10.94% from 255 or 5.96% from 453); Blue value is 196 (76.95% from 255 or 43.27% from 453); Max value from RGB is 230 - color contains mainly: red. Hex color #E61BC4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61BC4 is #19E43B. Grayscale: #6A6A6A. Windows color (decimal): -1696828 or 12852198. OLE color: 12852198.

HSL color Cylindrical-coordinate representation of color #E61BC4: hue angle of 310.05º 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 #E61BC4 is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 27 196 -
CMYK 0 0.88 0.15 0.10
HSL 310.05º 0.8% 0.5% -
HSV(B) 310.05º 0.88% 0.9% -
XYZ 42.99 21.59 54.13 -
YUV 106.96 178.25 215.76 -
System Red Green Blue C M Y K H S L
Decimal 230 27 196 0 0.88 0.15 0.10 310.05 0.8 0.5
Hex E6 1B C4 0 58 F A 136 50 32
Octal 346 33 304 0 130 17 12 466 120 62
Binary 11100110 11011 11000100 0 1011000 1111 1010 100110110 1010000 110010

Color Harmonies of #E61BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61BC4

Black with #E61BC4

Text Example


Text Example

White with #E61BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61BC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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