Html Css Color HEX #E61F9C Persian Rose

📋 copy color: '#E61F9C'

red 230 ◦ green 31 ◦ blue 156

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

Shades of Persian Rose #E61F9C

Tints of Persian Rose #E61F9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.41%

R = 55.16%
G = 7.43%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E61F9C (or 0xE61F9C) is known color: Persian Rose. HEX triplet: E6, 1F and 9C. RGB value is (230,31,156). Sum of RGB (Red+Green+Blue) = 230+31+156=417 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.16% from 417); Green value is 31 (12.5% from 255 or 7.43% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 230 - color contains mainly: red. Hex color #E61F9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E61F9C is #19E063. Grayscale: #686868. Windows color (decimal): -1695844 or 10231782. OLE color: 10231782.

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

Color convert

RGB 230 31 156 -
CMYK 0 0.87 0.32 0.10
HSL 322.31º 0.8% 0.51% -
HSV(B) 322.31º 0.87% 0.9% -
XYZ 39.12 20.2 33.29 -
YUV 104.75 156.93 217.34 -
System Red Green Blue C M Y K H S L
Decimal 230 31 156 0 0.87 0.32 0.10 322.31 0.8 0.51
Hex E6 1F 9C 0 57 20 A 142 50 33
Octal 346 37 234 0 127 40 12 502 120 63
Binary 11100110 11111 10011100 0 1010111 100000 1010 101000010 1010000 110011

Color Harmonies of #E61F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61F9C

Black with #E61F9C

Text Example


Text Example

White with #E61F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61F9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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