Html Css Color HEX #EF50AC Brilliant Rose

📋 copy color: '#EF50AC'

red 239 ◦ green 80 ◦ blue 172

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

Shades of Brilliant Rose #EF50AC

Tints of Brilliant Rose #EF50AC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.29%

 BLUE value IS 172 (67.58% from 255) = 35.03%

R = 48.68%
G = 16.29%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EF50AC (or 0xEF50AC) is known color: Brilliant Rose. HEX triplet: EF, 50 and AC. RGB value is (239,80,172). Sum of RGB (Red+Green+Blue) = 239+80+172=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 80 (31.64% from 255 or 16.29% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EF50AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF50AC is #10AF53. Grayscale: #898989. Windows color (decimal): -1093460 or 11292911. OLE color: 11292911.

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

Color convert

RGB 239 80 172 -
CMYK 0 0.67 0.28 0.06
HSL 325.28º 0.83% 0.63% -
HSV(B) 325.28º 0.67% 0.94% -
XYZ 45.91 27.07 41.83 -
YUV 138.03 147.18 200.02 -
System Red Green Blue C M Y K H S L
Decimal 239 80 172 0 0.67 0.28 0.06 325.28 0.83 0.63
Hex EF 50 AC 0 43 1C 6 145 53 3F
Octal 357 120 254 0 103 34 6 505 123 77
Binary 11101111 1010000 10101100 0 1000011 11100 110 101000101 1010011 111111

Color Harmonies of #EF50AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF50AC

Black with #EF50AC

Text Example


Text Example

White with #EF50AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF50AC; }

 p { color: rgb(239,80,172); }

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

background-color css

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

 a { background-color: rgb(239,80,172); }

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

border-color css

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

 span { border-color: rgb(239,80,172); }

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