Html Css Color HEX #E552AF Brilliant Rose

📋 copy color: '#E552AF'

red 229 ◦ green 82 ◦ blue 175

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

Shades of Brilliant Rose #E552AF

Tints of Brilliant Rose #E552AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.01%

R = 47.12%
G = 16.87%
B = 36.01%

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

#E552AF (or 0xE552AF) is known color: Brilliant Rose. HEX triplet: E5, 52 and AF. RGB value is (229,82,175). Sum of RGB (Red+Green+Blue) = 229+82+175=486 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.12% from 486); Green value is 82 (32.42% from 255 or 16.87% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 229 - color contains mainly: red. Hex color #E552AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E552AF is #1AAD50. Grayscale: #888888. Windows color (decimal): -1748305 or 11490021. OLE color: 11490021.

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

Color convert

RGB 229 82 175 -
CMYK 0 0.64 0.24 0.10
HSL 322.04º 0.74% 0.61% -
HSV(B) 322.04º 0.64% 0.9% -
XYZ 43.07 25.79 43.27 -
YUV 136.56 149.7 193.94 -
System Red Green Blue C M Y K H S L
Decimal 229 82 175 0 0.64 0.24 0.10 322.04 0.74 0.61
Hex E5 52 AF 0 40 18 A 142 4A 3D
Octal 345 122 257 0 100 30 12 502 112 75
Binary 11100101 1010010 10101111 0 1000000 11000 1010 101000010 1001010 111101

Color Harmonies of #E552AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E552AF

Black with #E552AF

Text Example


Text Example

White with #E552AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E552AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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