Html Css Color HEX #E61ECB Shocking Pink

📋 copy color: '#E61ECB'

red 230 ◦ green 30 ◦ blue 203

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

Shades of Shocking Pink #E61ECB

Tints of Shocking Pink #E61ECB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.48%

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

R = 49.68%
G = 6.48%
B = 43.84%

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

#E61ECB (or 0xE61ECB) is known color: Shocking Pink. HEX triplet: E6, 1E and CB. RGB value is (230,30,203). Sum of RGB (Red+Green+Blue) = 230+30+203=463 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.68% from 463); Green value is 30 (12.11% from 255 or 6.48% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 230 - color contains mainly: red. Hex color #E61ECB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61ECB is #19E134. Grayscale: #6D6D6D. Windows color (decimal): -1696053 or 13311718. OLE color: 13311718.

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

Color convert

RGB 230 30 203 -
CMYK 0 0.87 0.12 0.10
HSL 308.1º 0.8% 0.51% -
HSV(B) 308.1º 0.87% 0.9% -
XYZ 43.88 22.06 58.45 -
YUV 109.52 180.76 213.93 -
System Red Green Blue C M Y K H S L
Decimal 230 30 203 0 0.87 0.12 0.10 308.1 0.8 0.51
Hex E6 1E CB 0 57 C A 134 50 33
Octal 346 36 313 0 127 14 12 464 120 63
Binary 11100110 11110 11001011 0 1010111 1100 1010 100110100 1010000 110011

Color Harmonies of #E61ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61ECB

Black with #E61ECB

Text Example


Text Example

White with #E61ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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