Html Css Color HEX #E141B0 Persian Rose

📋 copy color: '#E141B0'

red 225 ◦ green 65 ◦ blue 176

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

Shades of Persian Rose #E141B0

Tints of Persian Rose #E141B0

RGB

 RED value IS 225 (88.28% from 255) = 48.28%

 GREEN value IS 65 (25.78% from 255) = 13.95%

 BLUE value IS 176 (69.14% from 255) = 37.77%

R = 48.28%
G = 13.95%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E141B0 (or 0xE141B0) is known color: Persian Rose. HEX triplet: E1, 41 and B0. RGB value is (225,65,176). Sum of RGB (Red+Green+Blue) = 225+65+176=466 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.28% from 466); Green value is 65 (25.78% from 255 or 13.95% from 466); Blue value is 176 (69.14% from 255 or 37.77% from 466); Max value from RGB is 225 - color contains mainly: red. Hex color #E141B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E141B0 is #1EBE4F. Grayscale: #7D7D7D. Windows color (decimal): -2014800 or 11551201. OLE color: 11551201.

HSL color Cylindrical-coordinate representation of color #E141B0: hue angle of 318.38º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E141B0 is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 65 176 -
CMYK 0 0.71 0.22 0.12
HSL 318.38º 0.73% 0.57% -
HSV(B) 318.38º 0.71% 0.88% -
XYZ 40.78 22.92 43.35 -
YUV 125.49 156.51 198.97 -
System Red Green Blue C M Y K H S L
Decimal 225 65 176 0 0.71 0.22 0.12 318.38 0.73 0.57
Hex E1 41 B0 0 47 16 C 13E 49 39
Octal 341 101 260 0 107 26 14 476 111 71
Binary 11100001 1000001 10110000 0 1000111 10110 1100 100111110 1001001 111001

Color Harmonies of #E141B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E141B0

Black with #E141B0

Text Example


Text Example

White with #E141B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E141B0; }

 p { color: rgb(225,65,176); }

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

background-color css

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

 a { background-color: rgb(225,65,176); }

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

border-color css

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

 span { border-color: rgb(225,65,176); }

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