Html Css Color HEX #E61B9A Deep Pink

📋 copy color: '#E61B9A'

red 230 ◦ green 27 ◦ blue 154

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

Shades of Deep Pink #E61B9A

Tints of Deep Pink #E61B9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.47%

R = 55.96%
G = 6.57%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E61B9A (or 0xE61B9A) is known color: Deep Pink. HEX triplet: E6, 1B and 9A. RGB value is (230,27,154). Sum of RGB (Red+Green+Blue) = 230+27+154=411 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.96% from 411); Green value is 27 (10.94% from 255 or 6.57% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 230 - color contains mainly: red. Hex color #E61B9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E61B9A is #19E465. Grayscale: #656565. Windows color (decimal): -1696870 or 10099686. OLE color: 10099686.

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

Color convert

RGB 230 27 154 -
CMYK 0 0.88 0.33 0.10
HSL 322.46º 0.8% 0.5% -
HSV(B) 322.46º 0.88% 0.9% -
XYZ 38.86 19.94 32.37 -
YUV 102.18 157.25 219.17 -
System Red Green Blue C M Y K H S L
Decimal 230 27 154 0 0.88 0.33 0.10 322.46 0.8 0.5
Hex E6 1B 9A 0 58 21 A 142 50 32
Octal 346 33 232 0 130 41 12 502 120 62
Binary 11100110 11011 10011010 0 1011000 100001 1010 101000010 1010000 110010

Color Harmonies of #E61B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61B9A

Black with #E61B9A

Text Example


Text Example

White with #E61B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61B9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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