Html Css Color HEX #EF44AC Brilliant Rose

📋 copy color: '#EF44AC'

red 239 ◦ green 68 ◦ blue 172

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

Shades of Brilliant Rose #EF44AC

Tints of Brilliant Rose #EF44AC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.2%

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

R = 49.9%
G = 14.2%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EF44AC (or 0xEF44AC) is known color: Brilliant Rose. HEX triplet: EF, 44 and AC. RGB value is (239,68,172). Sum of RGB (Red+Green+Blue) = 239+68+172=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 68 (26.95% from 255 or 14.20% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EF44AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF44AC is #10BB53. Grayscale: #828282. Windows color (decimal): -1096532 or 11289839. OLE color: 11289839.

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

Color convert

RGB 239 68 172 -
CMYK 0 0.72 0.28 0.06
HSL 323.51º 0.84% 0.6% -
HSV(B) 323.51º 0.72% 0.94% -
XYZ 45.11 25.46 41.57 -
YUV 130.99 151.15 205.04 -
System Red Green Blue C M Y K H S L
Decimal 239 68 172 0 0.72 0.28 0.06 323.51 0.84 0.6
Hex EF 44 AC 0 48 1C 6 144 54 3C
Octal 357 104 254 0 110 34 6 504 124 74
Binary 11101111 1000100 10101100 0 1001000 11100 110 101000100 1010100 111100

Color Harmonies of #EF44AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF44AC

Black with #EF44AC

Text Example


Text Example

White with #EF44AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF44AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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