Html Css Color HEX #E61DA2 Persian Rose

📋 copy color: '#E61DA2'

red 230 ◦ green 29 ◦ blue 162

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

Shades of Persian Rose #E61DA2

Tints of Persian Rose #E61DA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 38.48%

R = 54.63%
G = 6.89%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.30

 K value IS 0.10

RGB Variations

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

Color information

#E61DA2 (or 0xE61DA2) is known color: Persian Rose. HEX triplet: E6, 1D and A2. RGB value is (230,29,162). Sum of RGB (Red+Green+Blue) = 230+29+162=421 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.63% from 421); Green value is 29 (11.72% from 255 or 6.89% from 421); Blue value is 162 (63.67% from 255 or 38.48% from 421); Max value from RGB is 230 - color contains mainly: red. Hex color #E61DA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E61DA2 is #19E25D. Grayscale: #676767. Windows color (decimal): -1696350 or 10624486. OLE color: 10624486.

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

Color convert

RGB 230 29 162 -
CMYK 0 0.87 0.30 0.10
HSL 320.3º 0.8% 0.51% -
HSV(B) 320.3º 0.87% 0.9% -
XYZ 39.59 20.31 36.02 -
YUV 104.26 160.59 217.69 -
System Red Green Blue C M Y K H S L
Decimal 230 29 162 0 0.87 0.30 0.10 320.3 0.8 0.51
Hex E6 1D A2 0 57 1E A 140 50 33
Octal 346 35 242 0 127 36 12 500 120 63
Binary 11100110 11101 10100010 0 1010111 11110 1010 101000000 1010000 110011

Color Harmonies of #E61DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61DA2

Black with #E61DA2

Text Example


Text Example

White with #E61DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61DA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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