Html Css Color HEX #E41F9C Persian Rose

📋 copy color: '#E41F9C'

red 228 ◦ green 31 ◦ blue 156

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

Shades of Persian Rose #E41F9C

Tints of Persian Rose #E41F9C

RGB

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

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

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

R = 54.94%
G = 7.47%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.32

 K value IS 0.11

RGB Variations

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

Color information

#E41F9C (or 0xE41F9C) is known color: Persian Rose. HEX triplet: E4, 1F and 9C. RGB value is (228,31,156). Sum of RGB (Red+Green+Blue) = 228+31+156=415 (54% of max value = 765). Red value is 228 (89.45% from 255 or 54.94% from 415); Green value is 31 (12.5% from 255 or 7.47% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 228 - color contains mainly: red. Hex color #E41F9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E41F9C is #1BE063. Grayscale: #676767. Windows color (decimal): -1826916 or 10231780. OLE color: 10231780.

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

Color convert

RGB 228 31 156 -
CMYK 0 0.86 0.32 0.11
HSL 321.93º 0.78% 0.51% -
HSV(B) 321.93º 0.86% 0.89% -
XYZ 38.49 19.87 33.26 -
YUV 104.15 157.27 216.34 -
System Red Green Blue C M Y K H S L
Decimal 228 31 156 0 0.86 0.32 0.11 321.93 0.78 0.51
Hex E4 1F 9C 0 56 20 B 142 4E 33
Octal 344 37 234 0 126 40 13 502 116 63
Binary 11100100 11111 10011100 0 1010110 100000 1011 101000010 1001110 110011

Color Harmonies of #E41F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41F9C

Black with #E41F9C

Text Example


Text Example

White with #E41F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41F9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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