Html Css Color HEX #E550AE Brilliant Rose

📋 copy color: '#E550AE'

red 229 ◦ green 80 ◦ blue 174

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

Shades of Brilliant Rose #E550AE

Tints of Brilliant Rose #E550AE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.56%

 BLUE value IS 174 (68.36% from 255) = 36.02%

R = 47.41%
G = 16.56%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E550AE (or 0xE550AE) is known color: Brilliant Rose. HEX triplet: E5, 50 and AE. RGB value is (229,80,174). Sum of RGB (Red+Green+Blue) = 229+80+174=483 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.41% from 483); Green value is 80 (31.64% from 255 or 16.56% from 483); Blue value is 174 (68.36% from 255 or 36.02% from 483); Max value from RGB is 229 - color contains mainly: red. Hex color #E550AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E550AE is #1AAF51. Grayscale: #878787. Windows color (decimal): -1748818 or 11423973. OLE color: 11423973.

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

Color convert

RGB 229 80 174 -
CMYK 0 0.65 0.24 0.10
HSL 322.15º 0.74% 0.61% -
HSV(B) 322.15º 0.65% 0.9% -
XYZ 42.82 25.45 42.7 -
YUV 135.27 149.86 194.86 -
System Red Green Blue C M Y K H S L
Decimal 229 80 174 0 0.65 0.24 0.10 322.15 0.74 0.61
Hex E5 50 AE 0 41 18 A 142 4A 3D
Octal 345 120 256 0 101 30 12 502 112 75
Binary 11100101 1010000 10101110 0 1000001 11000 1010 101000010 1001010 111101

Color Harmonies of #E550AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E550AE

Black with #E550AE

Text Example


Text Example

White with #E550AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E550AE; }

 p { color: rgb(229,80,174); }

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

background-color css

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

 a { background-color: rgb(229,80,174); }

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

border-color css

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

 span { border-color: rgb(229,80,174); }

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