Html Css Color HEX #EF41AD Brilliant Rose

📋 copy color: '#EF41AD'

red 239 ◦ green 65 ◦ blue 173

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

Shades of Brilliant Rose #EF41AD

Tints of Brilliant Rose #EF41AD

RGB

 RED value IS 239 (93.75% from 255) = 50.1%

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

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

R = 50.1%
G = 13.63%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EF41AD (or 0xEF41AD) is known color: Brilliant Rose. HEX triplet: EF, 41 and AD. RGB value is (239,65,173). Sum of RGB (Red+Green+Blue) = 239+65+173=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 65 (25.78% from 255 or 13.63% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EF41AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF41AD is #10BE52. Grayscale: #818181. Windows color (decimal): -1097299 or 11354607. OLE color: 11354607.

HSL color Cylindrical-coordinate representation of color #EF41AD: hue angle of 322.76º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF41AD is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 65 173 -
CMYK 0 0.73 0.28 0.06
HSL 322.76º 0.84% 0.6% -
HSV(B) 322.76º 0.73% 0.94% -
XYZ 45.03 25.15 42.02 -
YUV 129.34 152.65 206.22 -
System Red Green Blue C M Y K H S L
Decimal 239 65 173 0 0.73 0.28 0.06 322.76 0.84 0.6
Hex EF 41 AD 0 49 1C 6 143 54 3C
Octal 357 101 255 0 111 34 6 503 124 74
Binary 11101111 1000001 10101101 0 1001001 11100 110 101000011 1010100 111100

Color Harmonies of #EF41AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF41AD

Black with #EF41AD

Text Example


Text Example

White with #EF41AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF41AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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