Html Css Color HEX #E61D9E Persian Rose

📋 copy color: '#E61D9E'

red 230 ◦ green 29 ◦ blue 158

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

Shades of Persian Rose #E61D9E

Tints of Persian Rose #E61D9E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.95%

 BLUE value IS 158 (62.11% from 255) = 37.89%

R = 55.16%
G = 6.95%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E61D9E (or 0xE61D9E) is known color: Persian Rose. HEX triplet: E6, 1D and 9E. RGB value is (230,29,158). Sum of RGB (Red+Green+Blue) = 230+29+158=417 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.16% from 417); Green value is 29 (11.72% from 255 or 6.95% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 230 - color contains mainly: red. Hex color #E61D9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E61D9E is #19E261. Grayscale: #676767. Windows color (decimal): -1696354 or 10362342. OLE color: 10362342.

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

Color convert

RGB 230 29 158 -
CMYK 0 0.87 0.31 0.10
HSL 321.49º 0.8% 0.51% -
HSV(B) 321.49º 0.87% 0.9% -
XYZ 39.24 20.17 34.17 -
YUV 103.81 158.59 218.01 -
System Red Green Blue C M Y K H S L
Decimal 230 29 158 0 0.87 0.31 0.10 321.49 0.8 0.51
Hex E6 1D 9E 0 57 1F A 141 50 33
Octal 346 35 236 0 127 37 12 501 120 63
Binary 11100110 11101 10011110 0 1010111 11111 1010 101000001 1010000 110011

Color Harmonies of #E61D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61D9E

Black with #E61D9E

Text Example


Text Example

White with #E61D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61D9E; }

 p { color: rgb(230,29,158); }

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

background-color css

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

 a { background-color: rgb(230,29,158); }

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

border-color css

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

 span { border-color: rgb(230,29,158); }

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