Html Css Color HEX #EE55A1 Brilliant Rose

📋 copy color: '#EE55A1'

red 238 ◦ green 85 ◦ blue 161

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

Shades of Brilliant Rose #EE55A1

Tints of Brilliant Rose #EE55A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 33.26%

R = 49.17%
G = 17.56%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EE55A1 (or 0xEE55A1) is known color: Brilliant Rose. HEX triplet: EE, 55 and A1. RGB value is (238,85,161). Sum of RGB (Red+Green+Blue) = 238+85+161=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 85 (33.59% from 255 or 17.56% from 484); Blue value is 161 (63.28% from 255 or 33.26% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EE55A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE55A1 is #11AA5E. Grayscale: #8B8B8B. Windows color (decimal): -1157727 or 10573294. OLE color: 10573294.

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

Color convert

RGB 238 85 161 -
CMYK 0 0.64 0.32 0.07
HSL 330.2º 0.82% 0.63% -
HSV(B) 330.2º 0.64% 0.93% -
XYZ 44.94 27.25 36.61 -
YUV 139.41 140.19 198.32 -
System Red Green Blue C M Y K H S L
Decimal 238 85 161 0 0.64 0.32 0.07 330.2 0.82 0.63
Hex EE 55 A1 0 40 20 7 14A 52 3F
Octal 356 125 241 0 100 40 7 512 122 77
Binary 11101110 1010101 10100001 0 1000000 100000 111 101001010 1010010 111111

Color Harmonies of #EE55A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE55A1

Black with #EE55A1

Text Example


Text Example

White with #EE55A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE55A1; }

 p { color: rgb(238,85,161); }

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

background-color css

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

 a { background-color: rgb(238,85,161); }

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

border-color css

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

 span { border-color: rgb(238,85,161); }

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