Html Css Color HEX #E61BCA Shocking Pink

📋 copy color: '#E61BCA'

red 230 ◦ green 27 ◦ blue 202

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

Shades of Shocking Pink #E61BCA

Tints of Shocking Pink #E61BCA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.88%

 BLUE value IS 202 (79.3% from 255) = 44.01%

R = 50.11%
G = 5.88%
B = 44.01%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E61BCA (or 0xE61BCA) is known color: Shocking Pink. HEX triplet: E6, 1B and CA. RGB value is (230,27,202). Sum of RGB (Red+Green+Blue) = 230+27+202=459 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.11% from 459); Green value is 27 (10.94% from 255 or 5.88% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 230 - color contains mainly: red. Hex color #E61BCA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61BCA is #19E435. Grayscale: #6B6B6B. Windows color (decimal): -1696822 or 13245414. OLE color: 13245414.

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

Color convert

RGB 230 27 202 -
CMYK 0 0.88 0.12 0.10
HSL 308.28º 0.8% 0.5% -
HSV(B) 308.28º 0.88% 0.9% -
XYZ 43.69 21.87 57.8 -
YUV 107.65 181.25 215.27 -
System Red Green Blue C M Y K H S L
Decimal 230 27 202 0 0.88 0.12 0.10 308.28 0.8 0.5
Hex E6 1B CA 0 58 C A 134 50 32
Octal 346 33 312 0 130 14 12 464 120 62
Binary 11100110 11011 11001010 0 1011000 1100 1010 100110100 1010000 110010

Color Harmonies of #E61BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61BCA

Black with #E61BCA

Text Example


Text Example

White with #E61BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61BCA; }

 p { color: rgb(230,27,202); }

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

background-color css

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

 a { background-color: rgb(230,27,202); }

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

border-color css

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

 span { border-color: rgb(230,27,202); }

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