Html Css Color HEX #E560A8 Brilliant Rose

📋 copy color: '#E560A8'

red 229 ◦ green 96 ◦ blue 168

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

Shades of Brilliant Rose #E560A8

Tints of Brilliant Rose #E560A8

RGB

 RED value IS 229 (89.84% from 255) = 46.45%

 GREEN value IS 96 (37.89% from 255) = 19.47%

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

R = 46.45%
G = 19.47%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.27

 K value IS 0.10

RGB Variations

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

Color information

#E560A8 (or 0xE560A8) is known color: Brilliant Rose. HEX triplet: E5, 60 and A8. RGB value is (229,96,168). Sum of RGB (Red+Green+Blue) = 229+96+168=493 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.45% from 493); Green value is 96 (37.89% from 255 or 19.47% from 493); Blue value is 168 (66.02% from 255 or 34.08% from 493); Max value from RGB is 229 - color contains mainly: red. Hex color #E560A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E560A8 is #1A9F57. Grayscale: #8F8F8F. Windows color (decimal): -1744728 or 11034853. OLE color: 11034853.

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

Color convert

RGB 229 96 168 -
CMYK 0 0.58 0.27 0.10
HSL 327.52º 0.72% 0.64% -
HSV(B) 327.52º 0.58% 0.9% -
XYZ 43.56 27.85 40.13 -
YUV 143.98 141.56 188.65 -
System Red Green Blue C M Y K H S L
Decimal 229 96 168 0 0.58 0.27 0.10 327.52 0.72 0.64
Hex E5 60 A8 0 3A 1B A 148 48 40
Octal 345 140 250 0 72 33 12 510 110 100
Binary 11100101 1100000 10101000 0 111010 11011 1010 101001000 1001000 1000000

Color Harmonies of #E560A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E560A8

Black with #E560A8

Text Example


Text Example

White with #E560A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E560A8; }

 p { color: rgb(229,96,168); }

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

background-color css

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

 a { background-color: rgb(229,96,168); }

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

border-color css

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

 span { border-color: rgb(229,96,168); }

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