Html Css Color HEX #E60AC7 Shocking Pink

📋 copy color: '#E60AC7'

red 230 ◦ green 10 ◦ blue 199

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

Shades of Shocking Pink #E60AC7

Tints of Shocking Pink #E60AC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 45.33%

R = 52.39%
G = 2.28%
B = 45.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.13

 K value IS 0.10

RGB Variations

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

Color information

#E60AC7 (or 0xE60AC7) is known color: Shocking Pink. HEX triplet: E6, 0A and C7. RGB value is (230,10,199). Sum of RGB (Red+Green+Blue) = 230+10+199=439 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.39% from 439); Green value is 10 (4.30% from 255 or 2.28% from 439); Blue value is 199 (78.12% from 255 or 45.33% from 439); Max value from RGB is 230 - color contains mainly: red. Hex color #E60AC7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60AC7 is #19F538. Grayscale: #606060. Windows color (decimal): -1701177 or 13044454. OLE color: 13044454.

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

Color convert

RGB 230 10 199 -
CMYK 0 0.96 0.13 0.10
HSL 308.45º 0.92% 0.47% -
HSV(B) 308.45º 0.96% 0.9% -
XYZ 43.05 21.16 55.85 -
YUV 97.33 185.39 222.63 -
System Red Green Blue C M Y K H S L
Decimal 230 10 199 0 0.96 0.13 0.10 308.45 0.92 0.47
Hex E6 A C7 0 60 D A 134 5C 2F
Octal 346 12 307 0 140 15 12 464 134 57
Binary 11100110 1010 11000111 0 1100000 1101 1010 100110100 1011100 101111

Color Harmonies of #E60AC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60AC7

Black with #E60AC7

Text Example


Text Example

White with #E60AC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60AC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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