Html Css Color HEX #E61F99 Persian Rose

📋 copy color: '#E61F99'

red 230 ◦ green 31 ◦ blue 153

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

Shades of Persian Rose #E61F99

Tints of Persian Rose #E61F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 36.96%

R = 55.56%
G = 7.49%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E61F99 (or 0xE61F99) is known color: Persian Rose. HEX triplet: E6, 1F and 99. RGB value is (230,31,153). Sum of RGB (Red+Green+Blue) = 230+31+153=414 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.56% from 414); Green value is 31 (12.5% from 255 or 7.49% from 414); Blue value is 153 (60.16% from 255 or 36.96% from 414); Max value from RGB is 230 - color contains mainly: red. Hex color #E61F99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E61F99 is #19E066. Grayscale: #686868. Windows color (decimal): -1695847 or 10035174. OLE color: 10035174.

HSL color Cylindrical-coordinate representation of color #E61F99: hue angle of 323.22º 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 #E61F99 is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 31 153 -
CMYK 0 0.87 0.33 0.10
HSL 323.22º 0.8% 0.51% -
HSV(B) 323.22º 0.87% 0.9% -
XYZ 38.87 20.1 31.97 -
YUV 104.41 155.43 217.58 -
System Red Green Blue C M Y K H S L
Decimal 230 31 153 0 0.87 0.33 0.10 323.22 0.8 0.51
Hex E6 1F 99 0 57 21 A 143 50 33
Octal 346 37 231 0 127 41 12 503 120 63
Binary 11100110 11111 10011001 0 1010111 100001 1010 101000011 1010000 110011

Color Harmonies of #E61F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61F99

Black with #E61F99

Text Example


Text Example

White with #E61F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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