Html Css Color HEX #E61D9A Persian Rose

📋 copy color: '#E61D9A'

red 230 ◦ green 29 ◦ blue 154

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

Shades of Persian Rose #E61D9A

Tints of Persian Rose #E61D9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.29%

R = 55.69%
G = 7.02%
B = 37.29%

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

#E61D9A (or 0xE61D9A) is known color: Persian Rose. HEX triplet: E6, 1D and 9A. RGB value is (230,29,154). Sum of RGB (Red+Green+Blue) = 230+29+154=413 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.69% from 413); Green value is 29 (11.72% from 255 or 7.02% from 413); Blue value is 154 (60.55% from 255 or 37.29% from 413); Max value from RGB is 230 - color contains mainly: red. Hex color #E61D9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E61D9A is #19E265. Grayscale: #676767. Windows color (decimal): -1696358 or 10100198. OLE color: 10100198.

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

Color convert

RGB 230 29 154 -
CMYK 0 0.87 0.33 0.10
HSL 322.69º 0.8% 0.51% -
HSV(B) 322.69º 0.87% 0.9% -
XYZ 38.91 20.03 32.39 -
YUV 103.35 156.59 218.34 -
System Red Green Blue C M Y K H S L
Decimal 230 29 154 0 0.87 0.33 0.10 322.69 0.8 0.51
Hex E6 1D 9A 0 57 21 A 143 50 33
Octal 346 35 232 0 127 41 12 503 120 63
Binary 11100110 11101 10011010 0 1010111 100001 1010 101000011 1010000 110011

Color Harmonies of #E61D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61D9A

Black with #E61D9A

Text Example


Text Example

White with #E61D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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