Html Css Color HEX #E610CC Shocking Pink

📋 copy color: '#E610CC'

red 230 ◦ green 16 ◦ blue 204

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

Shades of Shocking Pink #E610CC

Tints of Shocking Pink #E610CC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.56%

 BLUE value IS 204 (80.08% from 255) = 45.33%

R = 51.11%
G = 3.56%
B = 45.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E610CC (or 0xE610CC) is known color: Shocking Pink. HEX triplet: E6, 10 and CC. RGB value is (230,16,204). Sum of RGB (Red+Green+Blue) = 230+16+204=450 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.11% from 450); Green value is 16 (6.64% from 255 or 3.56% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 230 - color contains mainly: red. Hex color #E610CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E610CC is #19EF33. Grayscale: #646464. Windows color (decimal): -1699636 or 13373670. OLE color: 13373670.

HSL color Cylindrical-coordinate representation of color #E610CC: hue angle of 307.29º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E610CC is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 16 204 -
CMYK 0 0.93 0.11 0.10
HSL 307.29º 0.87% 0.48% -
HSV(B) 307.29º 0.93% 0.9% -
XYZ 43.72 21.55 58.98 -
YUV 101.42 185.9 219.71 -
System Red Green Blue C M Y K H S L
Decimal 230 16 204 0 0.93 0.11 0.10 307.29 0.87 0.48
Hex E6 10 CC 0 5D B A 133 57 30
Octal 346 20 314 0 135 13 12 463 127 60
Binary 11100110 10000 11001100 0 1011101 1011 1010 100110011 1010111 110000

Color Harmonies of #E610CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E610CC

Black with #E610CC

Text Example


Text Example

White with #E610CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E610CC; }

 p { color: rgb(230,16,204); }

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

background-color css

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

 a { background-color: rgb(230,16,204); }

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

border-color css

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

 span { border-color: rgb(230,16,204); }

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