Html Css Color HEX #E60BBE Shocking Pink

📋 copy color: '#E60BBE'

red 230 ◦ green 11 ◦ blue 190

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

Shades of Shocking Pink #E60BBE

Tints of Shocking Pink #E60BBE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.55%

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

R = 53.36%
G = 2.55%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E60BBE (or 0xE60BBE) is known color: Shocking Pink. HEX triplet: E6, 0B and BE. RGB value is (230,11,190). Sum of RGB (Red+Green+Blue) = 230+11+190=431 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.36% from 431); Green value is 11 (4.69% from 255 or 2.55% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 230 - color contains mainly: red. Hex color #E60BBE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60BBE is #19F441. Grayscale: #606060. Windows color (decimal): -1700930 or 12454886. OLE color: 12454886.

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

Color convert

RGB 230 11 190 -
CMYK 0 0.95 0.17 0.10
HSL 310.96º 0.91% 0.47% -
HSV(B) 310.96º 0.95% 0.9% -
XYZ 42.05 20.78 50.51 -
YUV 96.89 180.55 222.95 -
System Red Green Blue C M Y K H S L
Decimal 230 11 190 0 0.95 0.17 0.10 310.96 0.91 0.47
Hex E6 B BE 0 5F 11 A 137 5B 2F
Octal 346 13 276 0 137 21 12 467 133 57
Binary 11100110 1011 10111110 0 1011111 10001 1010 100110111 1011011 101111

Color Harmonies of #E60BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60BBE

Black with #E60BBE

Text Example


Text Example

White with #E60BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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