Html Css Color HEX #E91FA4 Persian Rose

📋 copy color: '#E91FA4'

red 233 ◦ green 31 ◦ blue 164

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

Shades of Persian Rose #E91FA4

Tints of Persian Rose #E91FA4

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.24%

 BLUE value IS 164 (64.45% from 255) = 38.32%

R = 54.44%
G = 7.24%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.30

 K value IS 0.09

RGB Variations

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

Color information

#E91FA4 (or 0xE91FA4) is known color: Persian Rose. HEX triplet: E9, 1F and A4. RGB value is (233,31,164). Sum of RGB (Red+Green+Blue) = 233+31+164=428 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.44% from 428); Green value is 31 (12.5% from 255 or 7.24% from 428); Blue value is 164 (64.45% from 255 or 38.32% from 428); Max value from RGB is 233 - color contains mainly: red. Hex color #E91FA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E91FA4 is #16E05B. Grayscale: #6A6A6A. Windows color (decimal): -1499228 or 10756073. OLE color: 10756073.

HSL color Cylindrical-coordinate representation of color #E91FA4: hue angle of 320.5º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E91FA4 is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 31 164 -
CMYK 0 0.87 0.30 0.09
HSL 320.5º 0.82% 0.52% -
HSV(B) 320.5º 0.87% 0.91% -
XYZ 40.8 20.98 37.02 -
YUV 106.56 160.42 218.19 -
System Red Green Blue C M Y K H S L
Decimal 233 31 164 0 0.87 0.30 0.09 320.5 0.82 0.52
Hex E9 1F A4 0 57 1E 9 140 52 34
Octal 351 37 244 0 127 36 11 500 122 64
Binary 11101001 11111 10100100 0 1010111 11110 1001 101000000 1010010 110100

Color Harmonies of #E91FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91FA4

Black with #E91FA4

Text Example


Text Example

White with #E91FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91FA4; }

 p { color: rgb(233,31,164); }

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

background-color css

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

 a { background-color: rgb(233,31,164); }

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

border-color css

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

 span { border-color: rgb(233,31,164); }

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