Html Css Color HEX #E61FCD Shocking Pink

📋 copy color: '#E61FCD'

red 230 ◦ green 31 ◦ blue 205

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

Shades of Shocking Pink #E61FCD

Tints of Shocking Pink #E61FCD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.65%

 BLUE value IS 205 (80.47% from 255) = 43.99%

R = 49.36%
G = 6.65%
B = 43.99%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E61FCD (or 0xE61FCD) is known color: Shocking Pink. HEX triplet: E6, 1F and CD. RGB value is (230,31,205). Sum of RGB (Red+Green+Blue) = 230+31+205=466 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.36% from 466); Green value is 31 (12.5% from 255 or 6.65% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 230 - color contains mainly: red. Hex color #E61FCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61FCD is #19E032. Grayscale: #6D6D6D. Windows color (decimal): -1695795 or 13443046. OLE color: 13443046.

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

Color convert

RGB 230 31 205 -
CMYK 0 0.87 0.11 0.10
HSL 307.54º 0.8% 0.51% -
HSV(B) 307.54º 0.87% 0.9% -
XYZ 44.14 22.21 59.72 -
YUV 110.34 181.43 213.35 -
System Red Green Blue C M Y K H S L
Decimal 230 31 205 0 0.87 0.11 0.10 307.54 0.8 0.51
Hex E6 1F CD 0 57 B A 134 50 33
Octal 346 37 315 0 127 13 12 464 120 63
Binary 11100110 11111 11001101 0 1010111 1011 1010 100110100 1010000 110011

Color Harmonies of #E61FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61FCD

Black with #E61FCD

Text Example


Text Example

White with #E61FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61FCD; }

 p { color: rgb(230,31,205); }

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

background-color css

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

 a { background-color: rgb(230,31,205); }

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

border-color css

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

 span { border-color: rgb(230,31,205); }

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