Html Css Color HEX #E741B1 Persian Rose

📋 copy color: '#E741B1'

red 231 ◦ green 65 ◦ blue 177

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

Shades of Persian Rose #E741B1

Tints of Persian Rose #E741B1

RGB

 RED value IS 231 (90.63% from 255) = 48.84%

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

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

R = 48.84%
G = 13.74%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.23

 K value IS 0.09

RGB Variations

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

Color information

#E741B1 (or 0xE741B1) is known color: Persian Rose. HEX triplet: E7, 41 and B1. RGB value is (231,65,177). Sum of RGB (Red+Green+Blue) = 231+65+177=473 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.84% from 473); Green value is 65 (25.78% from 255 or 13.74% from 473); Blue value is 177 (69.53% from 255 or 37.42% from 473); Max value from RGB is 231 - color contains mainly: red. Hex color #E741B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E741B1 is #18BE4E. Grayscale: #7F7F7F. Windows color (decimal): -1621583 or 11616743. OLE color: 11616743.

HSL color Cylindrical-coordinate representation of color #E741B1: hue angle of 319.52º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E741B1 is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 65 177 -
CMYK 0 0.72 0.23 0.09
HSL 319.52º 0.78% 0.58% -
HSV(B) 319.52º 0.72% 0.91% -
XYZ 42.78 23.94 43.96 -
YUV 127.4 156 201.89 -
System Red Green Blue C M Y K H S L
Decimal 231 65 177 0 0.72 0.23 0.09 319.52 0.78 0.58
Hex E7 41 B1 0 48 17 9 140 4E 3A
Octal 347 101 261 0 110 27 11 500 116 72
Binary 11100111 1000001 10110001 0 1001000 10111 1001 101000000 1001110 111010

Color Harmonies of #E741B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E741B1

Black with #E741B1

Text Example


Text Example

White with #E741B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E741B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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