Html Css Color HEX #E550AF Brilliant Rose

📋 copy color: '#E550AF'

red 229 ◦ green 80 ◦ blue 175

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

Shades of Brilliant Rose #E550AF

Tints of Brilliant Rose #E550AF

RGB

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

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

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

R = 47.31%
G = 16.53%
B = 36.16%

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

#E550AF (or 0xE550AF) is known color: Brilliant Rose. HEX triplet: E5, 50 and AF. RGB value is (229,80,175). Sum of RGB (Red+Green+Blue) = 229+80+175=484 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.31% from 484); Green value is 80 (31.64% from 255 or 16.53% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 229 - color contains mainly: red. Hex color #E550AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E550AF is #1AAF50. Grayscale: #878787. Windows color (decimal): -1748817 or 11489509. OLE color: 11489509.

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

Color convert

RGB 229 80 175 -
CMYK 0 0.65 0.24 0.10
HSL 321.75º 0.74% 0.61% -
HSV(B) 321.75º 0.65% 0.9% -
XYZ 42.92 25.49 43.22 -
YUV 135.38 150.36 194.78 -
System Red Green Blue C M Y K H S L
Decimal 229 80 175 0 0.65 0.24 0.10 321.75 0.74 0.61
Hex E5 50 AF 0 41 18 A 142 4A 3D
Octal 345 120 257 0 101 30 12 502 112 75
Binary 11100101 1010000 10101111 0 1000001 11000 1010 101000010 1001010 111101

Color Harmonies of #E550AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E550AF

Black with #E550AF

Text Example


Text Example

White with #E550AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E550AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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