Html Css Color HEX #E51D9E Persian Rose

📋 copy color: '#E51D9E'

red 229 ◦ green 29 ◦ blue 158

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

Shades of Persian Rose #E51D9E

Tints of Persian Rose #E51D9E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.97%

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

R = 55.05%
G = 6.97%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E51D9E (or 0xE51D9E) is known color: Persian Rose. HEX triplet: E5, 1D and 9E. RGB value is (229,29,158). Sum of RGB (Red+Green+Blue) = 229+29+158=416 (55% of max value = 765). Red value is 229 (89.84% from 255 or 55.05% from 416); Green value is 29 (11.72% from 255 or 6.97% from 416); Blue value is 158 (62.11% from 255 or 37.98% from 416); Max value from RGB is 229 - color contains mainly: red. Hex color #E51D9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E51D9E is #1AE261. Grayscale: #676767. Windows color (decimal): -1761890 or 10362341. OLE color: 10362341.

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

Color convert

RGB 229 29 158 -
CMYK 0 0.87 0.31 0.10
HSL 321.3º 0.79% 0.51% -
HSV(B) 321.3º 0.87% 0.9% -
XYZ 38.92 20.01 34.16 -
YUV 103.51 158.76 217.51 -
System Red Green Blue C M Y K H S L
Decimal 229 29 158 0 0.87 0.31 0.10 321.3 0.79 0.51
Hex E5 1D 9E 0 57 1F A 141 4F 33
Octal 345 35 236 0 127 37 12 501 117 63
Binary 11100101 11101 10011110 0 1010111 11111 1010 101000001 1001111 110011

Color Harmonies of #E51D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51D9E

Black with #E51D9E

Text Example


Text Example

White with #E51D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51D9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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