Html Css Color HEX #E341B1 Persian Rose

📋 copy color: '#E341B1'

red 227 ◦ green 65 ◦ blue 177

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

Shades of Persian Rose #E341B1

Tints of Persian Rose #E341B1

RGB

 RED value IS 227 (89.06% from 255) = 48.4%

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

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

R = 48.4%
G = 13.86%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.22

 K value IS 0.11

RGB Variations

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

Color information

#E341B1 (or 0xE341B1) is known color: Persian Rose. HEX triplet: E3, 41 and B1. RGB value is (227,65,177). Sum of RGB (Red+Green+Blue) = 227+65+177=469 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.40% from 469); Green value is 65 (25.78% from 255 or 13.86% from 469); Blue value is 177 (69.53% from 255 or 37.74% from 469); Max value from RGB is 227 - color contains mainly: red. Hex color #E341B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E341B1 is #1CBE4E. Grayscale: #7D7D7D. Windows color (decimal): -1883727 or 11616739. OLE color: 11616739.

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

Color convert

RGB 227 65 177 -
CMYK 0 0.71 0.22 0.11
HSL 318.52º 0.74% 0.57% -
HSV(B) 318.52º 0.71% 0.89% -
XYZ 41.5 23.29 43.9 -
YUV 126.21 156.67 199.89 -
System Red Green Blue C M Y K H S L
Decimal 227 65 177 0 0.71 0.22 0.11 318.52 0.74 0.57
Hex E3 41 B1 0 47 16 B 13F 4A 39
Octal 343 101 261 0 107 26 13 477 112 71
Binary 11100011 1000001 10110001 0 1000111 10110 1011 100111111 1001010 111001

Color Harmonies of #E341B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E341B1

Black with #E341B1

Text Example


Text Example

White with #E341B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E341B1; }

 p { color: rgb(227,65,177); }

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

background-color css

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

 a { background-color: rgb(227,65,177); }

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

border-color css

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

 span { border-color: rgb(227,65,177); }

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