Html Css Color HEX #E51F9E Persian Rose

📋 copy color: '#E51F9E'

red 229 ◦ green 31 ◦ blue 158

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

Shades of Persian Rose #E51F9E

Tints of Persian Rose #E51F9E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.42%

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

R = 54.78%
G = 7.42%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E51F9E (or 0xE51F9E) is known color: Persian Rose. HEX triplet: E5, 1F and 9E. RGB value is (229,31,158). Sum of RGB (Red+Green+Blue) = 229+31+158=418 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.78% from 418); Green value is 31 (12.5% from 255 or 7.42% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 229 - color contains mainly: red. Hex color #E51F9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E51F9E is #1AE061. Grayscale: #686868. Windows color (decimal): -1761378 or 10362853. OLE color: 10362853.

HSL color Cylindrical-coordinate representation of color #E51F9E: hue angle of 321.52º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E51F9E is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 31 158 -
CMYK 0 0.86 0.31 0.10
HSL 321.52º 0.79% 0.51% -
HSV(B) 321.52º 0.86% 0.9% -
XYZ 38.97 20.11 34.17 -
YUV 104.68 158.1 216.67 -
System Red Green Blue C M Y K H S L
Decimal 229 31 158 0 0.86 0.31 0.10 321.52 0.79 0.51
Hex E5 1F 9E 0 56 1F A 142 4F 33
Octal 345 37 236 0 126 37 12 502 117 63
Binary 11100101 11111 10011110 0 1010110 11111 1010 101000010 1001111 110011

Color Harmonies of #E51F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51F9E

Black with #E51F9E

Text Example


Text Example

White with #E51F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51F9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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