Html Css Color HEX #E60ABB Shocking Pink

📋 copy color: '#E60ABB'

red 230 ◦ green 10 ◦ blue 187

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

Shades of Shocking Pink #E60ABB

Tints of Shocking Pink #E60ABB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.34%

 BLUE value IS 187 (73.44% from 255) = 43.79%

R = 53.86%
G = 2.34%
B = 43.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E60ABB (or 0xE60ABB) is known color: Shocking Pink. HEX triplet: E6, 0A and BB. RGB value is (230,10,187). Sum of RGB (Red+Green+Blue) = 230+10+187=427 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.86% from 427); Green value is 10 (4.30% from 255 or 2.34% from 427); Blue value is 187 (73.44% from 255 or 43.79% from 427); Max value from RGB is 230 - color contains mainly: red. Hex color #E60ABB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60ABB is #19F544. Grayscale: #5F5F5F. Windows color (decimal): -1701189 or 12258022. OLE color: 12258022.

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

Color convert

RGB 230 10 187 -
CMYK 0 0.96 0.19 0.10
HSL 311.73º 0.92% 0.47% -
HSV(B) 311.73º 0.96% 0.9% -
XYZ 41.71 20.63 48.8 -
YUV 95.96 179.39 223.61 -
System Red Green Blue C M Y K H S L
Decimal 230 10 187 0 0.96 0.19 0.10 311.73 0.92 0.47
Hex E6 A BB 0 60 13 A 138 5C 2F
Octal 346 12 273 0 140 23 12 470 134 57
Binary 11100110 1010 10111011 0 1100000 10011 1010 100111000 1011100 101111

Color Harmonies of #E60ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60ABB

Black with #E60ABB

Text Example


Text Example

White with #E60ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60ABB; }

 p { color: rgb(230,10,187); }

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

background-color css

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

 a { background-color: rgb(230,10,187); }

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

border-color css

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

 span { border-color: rgb(230,10,187); }

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