Html Css Color HEX #E055AD Brilliant Rose

📋 copy color: '#E055AD'

red 224 ◦ green 85 ◦ blue 173

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

Shades of Brilliant Rose #E055AD

Tints of Brilliant Rose #E055AD

RGB

 RED value IS 224 (87.89% from 255) = 46.47%

 GREEN value IS 85 (33.59% from 255) = 17.63%

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

R = 46.47%
G = 17.63%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E055AD (or 0xE055AD) is known color: Brilliant Rose. HEX triplet: E0, 55 and AD. RGB value is (224,85,173). Sum of RGB (Red+Green+Blue) = 224+85+173=482 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.47% from 482); Green value is 85 (33.59% from 255 or 17.63% from 482); Blue value is 173 (67.97% from 255 or 35.89% from 482); Max value from RGB is 224 - color contains mainly: red. Hex color #E055AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E055AD is #1FAA52. Grayscale: #888888. Windows color (decimal): -2075219 or 11359712. OLE color: 11359712.

HSL color Cylindrical-coordinate representation of color #E055AD: hue angle of 322.01º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E055AD is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 85 173 -
CMYK 0 0.62 0.23 0.12
HSL 322.01º 0.69% 0.61% -
HSV(B) 322.01º 0.62% 0.88% -
XYZ 41.53 25.36 42.24 -
YUV 136.59 148.55 190.34 -
System Red Green Blue C M Y K H S L
Decimal 224 85 173 0 0.62 0.23 0.12 322.01 0.69 0.61
Hex E0 55 AD 0 3E 17 C 142 45 3D
Octal 340 125 255 0 76 27 14 502 105 75
Binary 11100000 1010101 10101101 0 111110 10111 1100 101000010 1000101 111101

Color Harmonies of #E055AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E055AD

Black with #E055AD

Text Example


Text Example

White with #E055AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E055AD; }

 p { color: rgb(224,85,173); }

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

background-color css

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

 a { background-color: rgb(224,85,173); }

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

border-color css

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

 span { border-color: rgb(224,85,173); }

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