Html Css Color HEX #EE41AD Brilliant Rose

📋 copy color: '#EE41AD'

red 238 ◦ green 65 ◦ blue 173

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

Shades of Brilliant Rose #EE41AD

Tints of Brilliant Rose #EE41AD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.66%

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

R = 50%
G = 13.66%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EE41AD (or 0xEE41AD) is known color: Brilliant Rose. HEX triplet: EE, 41 and AD. RGB value is (238,65,173). Sum of RGB (Red+Green+Blue) = 238+65+173=476 (63% of max value = 765). Red value is 238 (93.36% from 255 or 50% from 476); Green value is 65 (25.78% from 255 or 13.66% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 238 - color contains mainly: red. Hex color #EE41AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE41AD is #11BE52. Grayscale: #808080. Windows color (decimal): -1162835 or 11354606. OLE color: 11354606.

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

Color convert

RGB 238 65 173 -
CMYK 0 0.73 0.27 0.07
HSL 322.54º 0.84% 0.59% -
HSV(B) 322.54º 0.73% 0.93% -
XYZ 44.69 24.97 42 -
YUV 129.04 152.81 205.72 -
System Red Green Blue C M Y K H S L
Decimal 238 65 173 0 0.73 0.27 0.07 322.54 0.84 0.59
Hex EE 41 AD 0 49 1B 7 143 54 3B
Octal 356 101 255 0 111 33 7 503 124 73
Binary 11101110 1000001 10101101 0 1001001 11011 111 101000011 1010100 111011

Color Harmonies of #EE41AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE41AD

Black with #EE41AD

Text Example


Text Example

White with #EE41AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE41AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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