Html Css Color HEX #E552AB Brilliant Rose

📋 copy color: '#E552AB'

red 229 ◦ green 82 ◦ blue 171

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

Shades of Brilliant Rose #E552AB

Tints of Brilliant Rose #E552AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.48%

R = 47.51%
G = 17.01%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E552AB (or 0xE552AB) is known color: Brilliant Rose. HEX triplet: E5, 52 and AB. RGB value is (229,82,171). Sum of RGB (Red+Green+Blue) = 229+82+171=482 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.51% from 482); Green value is 82 (32.42% from 255 or 17.01% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 229 - color contains mainly: red. Hex color #E552AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E552AB is #1AAD54. Grayscale: #878787. Windows color (decimal): -1748309 or 11227877. OLE color: 11227877.

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

Color convert

RGB 229 82 171 -
CMYK 0 0.64 0.25 0.10
HSL 323.67º 0.74% 0.61% -
HSV(B) 323.67º 0.64% 0.9% -
XYZ 42.68 25.63 41.23 -
YUV 136.1 147.7 194.26 -
System Red Green Blue C M Y K H S L
Decimal 229 82 171 0 0.64 0.25 0.10 323.67 0.74 0.61
Hex E5 52 AB 0 40 19 A 144 4A 3D
Octal 345 122 253 0 100 31 12 504 112 75
Binary 11100101 1010010 10101011 0 1000000 11001 1010 101000100 1001010 111101

Color Harmonies of #E552AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E552AB

Black with #E552AB

Text Example


Text Example

White with #E552AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E552AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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