Html Css Color HEX #E63AA9 Persian Rose

📋 copy color: '#E63AA9'

red 230 ◦ green 58 ◦ blue 169

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

Shades of Persian Rose #E63AA9

Tints of Persian Rose #E63AA9

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.69%

 BLUE value IS 169 (66.41% from 255) = 36.98%

R = 50.33%
G = 12.69%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.27

 K value IS 0.10

RGB Variations

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

Color information

#E63AA9 (or 0xE63AA9) is known color: Persian Rose. HEX triplet: E6, 3A and A9. RGB value is (230,58,169). Sum of RGB (Red+Green+Blue) = 230+58+169=457 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.33% from 457); Green value is 58 (23.05% from 255 or 12.69% from 457); Blue value is 169 (66.41% from 255 or 36.98% from 457); Max value from RGB is 230 - color contains mainly: red. Hex color #E63AA9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E63AA9 is #19C556. Grayscale: #797979. Windows color (decimal): -1688919 or 11090662. OLE color: 11090662.

HSL color Cylindrical-coordinate representation of color #E63AA9: hue angle of 321.28º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E63AA9 is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 58 169 -
CMYK 0 0.75 0.27 0.10
HSL 321.28º 0.77% 0.56% -
HSV(B) 321.28º 0.75% 0.9% -
XYZ 41.31 22.71 39.74 -
YUV 122.08 154.48 204.97 -
System Red Green Blue C M Y K H S L
Decimal 230 58 169 0 0.75 0.27 0.10 321.28 0.77 0.56
Hex E6 3A A9 0 4B 1B A 141 4D 38
Octal 346 72 251 0 113 33 12 501 115 70
Binary 11100110 111010 10101001 0 1001011 11011 1010 101000001 1001101 111000

Color Harmonies of #E63AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63AA9

Black with #E63AA9

Text Example


Text Example

White with #E63AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63AA9; }

 p { color: rgb(230,58,169); }

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

background-color css

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

 a { background-color: rgb(230,58,169); }

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

border-color css

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

 span { border-color: rgb(230,58,169); }

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