Html Css Color HEX #E41F9E Persian Rose

📋 copy color: '#E41F9E'

red 228 ◦ green 31 ◦ blue 158

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

Shades of Persian Rose #E41F9E

Tints of Persian Rose #E41F9E

RGB

 RED value IS 228 (89.45% from 255) = 54.68%

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

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

R = 54.68%
G = 7.43%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#E41F9E (or 0xE41F9E) is known color: Persian Rose. HEX triplet: E4, 1F and 9E. RGB value is (228,31,158). Sum of RGB (Red+Green+Blue) = 228+31+158=417 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.68% from 417); Green value is 31 (12.5% from 255 or 7.43% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 228 - color contains mainly: red. Hex color #E41F9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E41F9E is #1BE061. Grayscale: #686868. Windows color (decimal): -1826914 or 10362852. OLE color: 10362852.

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

Color convert

RGB 228 31 158 -
CMYK 0 0.86 0.31 0.11
HSL 321.32º 0.78% 0.51% -
HSV(B) 321.32º 0.86% 0.89% -
XYZ 38.66 19.94 34.16 -
YUV 104.38 158.27 216.17 -
System Red Green Blue C M Y K H S L
Decimal 228 31 158 0 0.86 0.31 0.11 321.32 0.78 0.51
Hex E4 1F 9E 0 56 1F B 141 4E 33
Octal 344 37 236 0 126 37 13 501 116 63
Binary 11100100 11111 10011110 0 1010110 11111 1011 101000001 1001110 110011

Color Harmonies of #E41F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41F9E

Black with #E41F9E

Text Example


Text Example

White with #E41F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41F9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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