Html Css Color HEX #EE54AD Brilliant Rose

📋 copy color: '#EE54AD'

red 238 ◦ green 84 ◦ blue 173

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

Shades of Brilliant Rose #EE54AD

Tints of Brilliant Rose #EE54AD

RGB

 RED value IS 238 (93.36% from 255) = 48.08%

 GREEN value IS 84 (33.2% from 255) = 16.97%

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

R = 48.08%
G = 16.97%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EE54AD (or 0xEE54AD) is known color: Brilliant Rose. HEX triplet: EE, 54 and AD. RGB value is (238,84,173). Sum of RGB (Red+Green+Blue) = 238+84+173=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 84 (33.20% from 255 or 16.97% from 495); Blue value is 173 (67.97% from 255 or 34.95% from 495); Max value from RGB is 238 - color contains mainly: red. Hex color #EE54AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE54AD is #11AB52. Grayscale: #8B8B8B. Windows color (decimal): -1157971 or 11359470. OLE color: 11359470.

HSL color Cylindrical-coordinate representation of color #EE54AD: hue angle of 325.32º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EE54AD is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 84 173 -
CMYK 0 0.65 0.27 0.07
HSL 325.32º 0.82% 0.63% -
HSV(B) 325.32º 0.65% 0.93% -
XYZ 45.97 27.53 42.43 -
YUV 140.19 146.52 197.76 -
System Red Green Blue C M Y K H S L
Decimal 238 84 173 0 0.65 0.27 0.07 325.32 0.82 0.63
Hex EE 54 AD 0 41 1B 7 145 52 3F
Octal 356 124 255 0 101 33 7 505 122 77
Binary 11101110 1010100 10101101 0 1000001 11011 111 101000101 1010010 111111

Color Harmonies of #EE54AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE54AD

Black with #EE54AD

Text Example


Text Example

White with #EE54AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE54AD; }

 p { color: rgb(238,84,173); }

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

background-color css

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

 a { background-color: rgb(238,84,173); }

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

border-color css

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

 span { border-color: rgb(238,84,173); }

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