Html Css Color HEX #E61FA1 Persian Rose

📋 copy color: '#E61FA1'

red 230 ◦ green 31 ◦ blue 161

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

Shades of Persian Rose #E61FA1

Tints of Persian Rose #E61FA1

RGB

 RED value IS 230 (90.23% from 255) = 54.5%

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

 BLUE value IS 161 (63.28% from 255) = 38.15%

R = 54.5%
G = 7.35%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.3

 K value IS 0.10

RGB Variations

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

Color information

#E61FA1 (or 0xE61FA1) is known color: Persian Rose. HEX triplet: E6, 1F and A1. RGB value is (230,31,161). Sum of RGB (Red+Green+Blue) = 230+31+161=422 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.50% from 422); Green value is 31 (12.5% from 255 or 7.35% from 422); Blue value is 161 (63.28% from 255 or 38.15% from 422); Max value from RGB is 230 - color contains mainly: red. Hex color #E61FA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E61FA1 is #19E05E. Grayscale: #696969. Windows color (decimal): -1695839 or 10559462. OLE color: 10559462.

HSL color Cylindrical-coordinate representation of color #E61FA1: hue angle of 320.8º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E61FA1 is Cyan = 0, Magento = 0.87, Yellow = 0.3 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 31 161 -
CMYK 0 0.87 0.3 0.10
HSL 320.8º 0.8% 0.51% -
HSV(B) 320.8º 0.87% 0.9% -
XYZ 39.56 20.38 35.57 -
YUV 105.32 159.43 216.93 -
System Red Green Blue C M Y K H S L
Decimal 230 31 161 0 0.87 0.3 0.10 320.8 0.8 0.51
Hex E6 1F A1 0 57 1E A 141 50 33
Octal 346 37 241 0 127 36 12 501 120 63
Binary 11100110 11111 10100001 0 1010111 11110 1010 101000001 1010000 110011

Color Harmonies of #E61FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61FA1

Black with #E61FA1

Text Example


Text Example

White with #E61FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61FA1; }

 p { color: rgb(230,31,161); }

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

background-color css

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

 a { background-color: rgb(230,31,161); }

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

border-color css

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

 span { border-color: rgb(230,31,161); }

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