Html Css Color HEX #E51B9E Persian Rose

📋 copy color: '#E51B9E'

red 229 ◦ green 27 ◦ blue 158

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

Shades of Persian Rose #E51B9E

Tints of Persian Rose #E51B9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 38.16%

R = 55.31%
G = 6.52%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E51B9E (or 0xE51B9E) is known color: Persian Rose. HEX triplet: E5, 1B and 9E. RGB value is (229,27,158). Sum of RGB (Red+Green+Blue) = 229+27+158=414 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.31% from 414); Green value is 27 (10.94% from 255 or 6.52% from 414); Blue value is 158 (62.11% from 255 or 38.16% from 414); Max value from RGB is 229 - color contains mainly: red. Hex color #E51B9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E51B9E is #1AE461. Grayscale: #666666. Windows color (decimal): -1762402 or 10361829. OLE color: 10361829.

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

Color convert

RGB 229 27 158 -
CMYK 0 0.88 0.31 0.10
HSL 321.09º 0.8% 0.5% -
HSV(B) 321.09º 0.88% 0.9% -
XYZ 38.88 19.91 34.14 -
YUV 102.33 159.42 218.35 -
System Red Green Blue C M Y K H S L
Decimal 229 27 158 0 0.88 0.31 0.10 321.09 0.8 0.5
Hex E5 1B 9E 0 58 1F A 141 50 32
Octal 345 33 236 0 130 37 12 501 120 62
Binary 11100101 11011 10011110 0 1011000 11111 1010 101000001 1010000 110010

Color Harmonies of #E51B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51B9E

Black with #E51B9E

Text Example


Text Example

White with #E51B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51B9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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