Html Css Color HEX #E041B0 Persian Rose

📋 copy color: '#E041B0'

red 224 ◦ green 65 ◦ blue 176

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

Shades of Persian Rose #E041B0

Tints of Persian Rose #E041B0

RGB

 RED value IS 224 (87.89% from 255) = 48.17%

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

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

R = 48.17%
G = 13.98%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E041B0 (or 0xE041B0) is known color: Persian Rose. HEX triplet: E0, 41 and B0. RGB value is (224,65,176). Sum of RGB (Red+Green+Blue) = 224+65+176=465 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.17% from 465); Green value is 65 (25.78% from 255 or 13.98% from 465); Blue value is 176 (69.14% from 255 or 37.85% from 465); Max value from RGB is 224 - color contains mainly: red. Hex color #E041B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E041B0 is #1FBE4F. Grayscale: #7C7C7C. Windows color (decimal): -2080336 or 11551200. OLE color: 11551200.

HSL color Cylindrical-coordinate representation of color #E041B0: hue angle of 318.11º degrees, saturation: 0.72, 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 #E041B0 is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 65 176 -
CMYK 0 0.71 0.21 0.12
HSL 318.11º 0.72% 0.57% -
HSV(B) 318.11º 0.71% 0.88% -
XYZ 40.47 22.76 43.34 -
YUV 125.2 156.68 198.47 -
System Red Green Blue C M Y K H S L
Decimal 224 65 176 0 0.71 0.21 0.12 318.11 0.72 0.57
Hex E0 41 B0 0 47 15 C 13E 48 39
Octal 340 101 260 0 107 25 14 476 110 71
Binary 11100000 1000001 10110000 0 1000111 10101 1100 100111110 1001000 111001

Color Harmonies of #E041B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E041B0

Black with #E041B0

Text Example


Text Example

White with #E041B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E041B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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