Html Css Color HEX #E61CBE Shocking Pink

📋 copy color: '#E61CBE'

red 230 ◦ green 28 ◦ blue 190

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

Shades of Shocking Pink #E61CBE

Tints of Shocking Pink #E61CBE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.25%

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

R = 51.34%
G = 6.25%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E61CBE (or 0xE61CBE) is known color: Shocking Pink. HEX triplet: E6, 1C and BE. RGB value is (230,28,190). Sum of RGB (Red+Green+Blue) = 230+28+190=448 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.34% from 448); Green value is 28 (11.33% from 255 or 6.25% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 230 - color contains mainly: red. Hex color #E61CBE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61CBE is #19E341. Grayscale: #6A6A6A. Windows color (decimal): -1696578 or 12459238. OLE color: 12459238.

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

Color convert

RGB 230 28 190 -
CMYK 0 0.88 0.17 0.10
HSL 311.88º 0.8% 0.51% -
HSV(B) 311.88º 0.88% 0.9% -
XYZ 42.34 21.37 50.61 -
YUV 106.87 174.92 215.83 -
System Red Green Blue C M Y K H S L
Decimal 230 28 190 0 0.88 0.17 0.10 311.88 0.8 0.51
Hex E6 1C BE 0 58 11 A 138 50 33
Octal 346 34 276 0 130 21 12 470 120 63
Binary 11100110 11100 10111110 0 1011000 10001 1010 100111000 1010000 110011

Color Harmonies of #E61CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61CBE

Black with #E61CBE

Text Example


Text Example

White with #E61CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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