Html Css Color HEX #E63AA8 Persian Rose

📋 copy color: '#E63AA8'

red 230 ◦ green 58 ◦ blue 168

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

Shades of Persian Rose #E63AA8

Tints of Persian Rose #E63AA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 36.84%

R = 50.44%
G = 12.72%
B = 36.84%

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

#E63AA8 (or 0xE63AA8) is known color: Persian Rose. HEX triplet: E6, 3A and A8. RGB value is (230,58,168). Sum of RGB (Red+Green+Blue) = 230+58+168=456 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.44% from 456); Green value is 58 (23.05% from 255 or 12.72% from 456); Blue value is 168 (66.02% from 255 or 36.84% from 456); Max value from RGB is 230 - color contains mainly: red. Hex color #E63AA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E63AA8 is #19C557. Grayscale: #797979. Windows color (decimal): -1688920 or 11025126. OLE color: 11025126.

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

Color convert

RGB 230 58 168 -
CMYK 0 0.75 0.27 0.10
HSL 321.63º 0.77% 0.56% -
HSV(B) 321.63º 0.75% 0.9% -
XYZ 41.21 22.68 39.25 -
YUV 121.97 153.98 205.06 -
System Red Green Blue C M Y K H S L
Decimal 230 58 168 0 0.75 0.27 0.10 321.63 0.77 0.56
Hex E6 3A A8 0 4B 1B A 142 4D 38
Octal 346 72 250 0 113 33 12 502 115 70
Binary 11100110 111010 10101000 0 1001011 11011 1010 101000010 1001101 111000

Color Harmonies of #E63AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63AA8

Black with #E63AA8

Text Example


Text Example

White with #E63AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63AA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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