Html Css Color HEX #E741AF Persian Rose

📋 copy color: '#E741AF'

red 231 ◦ green 65 ◦ blue 175

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

Shades of Persian Rose #E741AF

Tints of Persian Rose #E741AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.15%

R = 49.04%
G = 13.8%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E741AF (or 0xE741AF) is known color: Persian Rose. HEX triplet: E7, 41 and AF. RGB value is (231,65,175). Sum of RGB (Red+Green+Blue) = 231+65+175=471 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.04% from 471); Green value is 65 (25.78% from 255 or 13.80% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 231 - color contains mainly: red. Hex color #E741AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E741AF is #18BE50. Grayscale: #7E7E7E. Windows color (decimal): -1621585 or 11485671. OLE color: 11485671.

HSL color Cylindrical-coordinate representation of color #E741AF: hue angle of 320.24º 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 #E741AF is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 65 175 -
CMYK 0 0.72 0.24 0.09
HSL 320.24º 0.78% 0.58% -
HSV(B) 320.24º 0.72% 0.91% -
XYZ 42.58 23.86 42.92 -
YUV 127.17 155 202.06 -
System Red Green Blue C M Y K H S L
Decimal 231 65 175 0 0.72 0.24 0.09 320.24 0.78 0.58
Hex E7 41 AF 0 48 18 9 140 4E 3A
Octal 347 101 257 0 110 30 11 500 116 72
Binary 11100111 1000001 10101111 0 1001000 11000 1001 101000000 1001110 111010

Color Harmonies of #E741AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E741AF

Black with #E741AF

Text Example


Text Example

White with #E741AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E741AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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