Html Css Color HEX #E941AF Persian Rose

📋 copy color: '#E941AF'

red 233 ◦ green 65 ◦ blue 175

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

Shades of Persian Rose #E941AF

Tints of Persian Rose #E941AF

RGB

 RED value IS 233 (91.41% from 255) = 49.26%

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

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

R = 49.26%
G = 13.74%
B = 37%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E941AF (or 0xE941AF) is known color: Persian Rose. HEX triplet: E9, 41 and AF. RGB value is (233,65,175). Sum of RGB (Red+Green+Blue) = 233+65+175=473 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.26% from 473); Green value is 65 (25.78% from 255 or 13.74% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 233 - color contains mainly: red. Hex color #E941AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E941AF is #16BE50. Grayscale: #7F7F7F. Windows color (decimal): -1490513 or 11485673. OLE color: 11485673.

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

Color convert

RGB 233 65 175 -
CMYK 0 0.72 0.25 0.09
HSL 320.71º 0.79% 0.58% -
HSV(B) 320.71º 0.72% 0.91% -
XYZ 43.23 24.2 42.95 -
YUV 127.77 154.66 203.06 -
System Red Green Blue C M Y K H S L
Decimal 233 65 175 0 0.72 0.25 0.09 320.71 0.79 0.58
Hex E9 41 AF 0 48 19 9 141 4F 3A
Octal 351 101 257 0 110 31 11 501 117 72
Binary 11101001 1000001 10101111 0 1001000 11001 1001 101000001 1001111 111010

Color Harmonies of #E941AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E941AF

Black with #E941AF

Text Example


Text Example

White with #E941AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E941AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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