Html Css Color HEX #E51B9C Persian Rose

📋 copy color: '#E51B9C'

red 229 ◦ green 27 ◦ blue 156

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

Shades of Persian Rose #E51B9C

Tints of Persian Rose #E51B9C

RGB

 RED value IS 229 (89.84% from 255) = 55.58%

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

 BLUE value IS 156 (61.33% from 255) = 37.86%

R = 55.58%
G = 6.55%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E51B9C (or 0xE51B9C) is known color: Persian Rose. HEX triplet: E5, 1B and 9C. RGB value is (229,27,156). Sum of RGB (Red+Green+Blue) = 229+27+156=412 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.58% from 412); Green value is 27 (10.94% from 255 or 6.55% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 229 - color contains mainly: red. Hex color #E51B9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E51B9C is #1AE463. Grayscale: #656565. Windows color (decimal): -1762404 or 10230757. OLE color: 10230757.

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

Color convert

RGB 229 27 156 -
CMYK 0 0.88 0.32 0.10
HSL 321.68º 0.8% 0.5% -
HSV(B) 321.68º 0.88% 0.9% -
XYZ 38.71 19.84 33.24 -
YUV 102.1 158.42 218.51 -
System Red Green Blue C M Y K H S L
Decimal 229 27 156 0 0.88 0.32 0.10 321.68 0.8 0.5
Hex E5 1B 9C 0 58 20 A 142 50 32
Octal 345 33 234 0 130 40 12 502 120 62
Binary 11100101 11011 10011100 0 1011000 100000 1010 101000010 1010000 110010

Color Harmonies of #E51B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51B9C

Black with #E51B9C

Text Example


Text Example

White with #E51B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51B9C; }

 p { color: rgb(229,27,156); }

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

background-color css

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

 a { background-color: rgb(229,27,156); }

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

border-color css

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

 span { border-color: rgb(229,27,156); }

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