Html Css Color HEX #E61FCB Shocking Pink

📋 copy color: '#E61FCB'

red 230 ◦ green 31 ◦ blue 203

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

Shades of Shocking Pink #E61FCB

Tints of Shocking Pink #E61FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.75%

R = 49.57%
G = 6.68%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E61FCB (or 0xE61FCB) is known color: Shocking Pink. HEX triplet: E6, 1F and CB. RGB value is (230,31,203). Sum of RGB (Red+Green+Blue) = 230+31+203=464 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.57% from 464); Green value is 31 (12.5% from 255 or 6.68% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 230 - color contains mainly: red. Hex color #E61FCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61FCB is #19E034. Grayscale: #6D6D6D. Windows color (decimal): -1695797 or 13311974. OLE color: 13311974.

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

Color convert

RGB 230 31 203 -
CMYK 0 0.87 0.12 0.10
HSL 308.14º 0.8% 0.51% -
HSV(B) 308.14º 0.87% 0.9% -
XYZ 43.9 22.11 58.45 -
YUV 110.11 180.43 213.51 -
System Red Green Blue C M Y K H S L
Decimal 230 31 203 0 0.87 0.12 0.10 308.14 0.8 0.51
Hex E6 1F CB 0 57 C A 134 50 33
Octal 346 37 313 0 127 14 12 464 120 63
Binary 11100110 11111 11001011 0 1010111 1100 1010 100110100 1010000 110011

Color Harmonies of #E61FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61FCB

Black with #E61FCB

Text Example


Text Example

White with #E61FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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