Html Css Color HEX #E040B1 Persian Rose

📋 copy color: '#E040B1'

red 224 ◦ green 64 ◦ blue 177

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

Shades of Persian Rose #E040B1

Tints of Persian Rose #E040B1

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.76%

 BLUE value IS 177 (69.53% from 255) = 38.06%

R = 48.17%
G = 13.76%
B = 38.06%

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

#E040B1 (or 0xE040B1) is known color: Persian Rose. HEX triplet: E0, 40 and B1. RGB value is (224,64,177). Sum of RGB (Red+Green+Blue) = 224+64+177=465 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.17% from 465); Green value is 64 (25.39% from 255 or 13.76% from 465); Blue value is 177 (69.53% from 255 or 38.06% from 465); Max value from RGB is 224 - color contains mainly: red. Hex color #E040B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E040B1 is #1FBF4E. Grayscale: #7C7C7C. Windows color (decimal): -2080591 or 11616480. OLE color: 11616480.

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

Color convert

RGB 224 64 177 -
CMYK 0 0.71 0.21 0.12
HSL 317.63º 0.72% 0.56% -
HSV(B) 317.63º 0.71% 0.88% -
XYZ 40.51 22.69 43.84 -
YUV 124.72 157.51 198.81 -
System Red Green Blue C M Y K H S L
Decimal 224 64 177 0 0.71 0.21 0.12 317.63 0.72 0.56
Hex E0 40 B1 0 47 15 C 13E 48 38
Octal 340 100 261 0 107 25 14 476 110 70
Binary 11100000 1000000 10110001 0 1000111 10101 1100 100111110 1001000 111000

Color Harmonies of #E040B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E040B1

Black with #E040B1

Text Example


Text Example

White with #E040B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E040B1; }

 p { color: rgb(224,64,177); }

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

background-color css

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

 a { background-color: rgb(224,64,177); }

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

border-color css

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

 span { border-color: rgb(224,64,177); }

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