Html Css Color HEX #E552AD Brilliant Rose

📋 copy color: '#E552AD'

red 229 ◦ green 82 ◦ blue 173

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

Shades of Brilliant Rose #E552AD

Tints of Brilliant Rose #E552AD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.94%

 BLUE value IS 173 (67.97% from 255) = 35.74%

R = 47.31%
G = 16.94%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E552AD (or 0xE552AD) is known color: Brilliant Rose. HEX triplet: E5, 52 and AD. RGB value is (229,82,173). Sum of RGB (Red+Green+Blue) = 229+82+173=484 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.31% from 484); Green value is 82 (32.42% from 255 or 16.94% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 229 - color contains mainly: red. Hex color #E552AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E552AD is #1AAD52. Grayscale: #888888. Windows color (decimal): -1748307 or 11358949. OLE color: 11358949.

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

Color convert

RGB 229 82 173 -
CMYK 0 0.64 0.24 0.10
HSL 322.86º 0.74% 0.61% -
HSV(B) 322.86º 0.64% 0.9% -
XYZ 42.87 25.71 42.24 -
YUV 136.33 148.7 194.1 -
System Red Green Blue C M Y K H S L
Decimal 229 82 173 0 0.64 0.24 0.10 322.86 0.74 0.61
Hex E5 52 AD 0 40 18 A 143 4A 3D
Octal 345 122 255 0 100 30 12 503 112 75
Binary 11100101 1010010 10101101 0 1000000 11000 1010 101000011 1001010 111101

Color Harmonies of #E552AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E552AD

Black with #E552AD

Text Example


Text Example

White with #E552AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E552AD; }

 p { color: rgb(229,82,173); }

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

background-color css

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

 a { background-color: rgb(229,82,173); }

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

border-color css

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

 span { border-color: rgb(229,82,173); }

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