Html Css Color HEX #EF54A6 Brilliant Rose

📋 copy color: '#EF54A6'

red 239 ◦ green 84 ◦ blue 166

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

Shades of Brilliant Rose #EF54A6

Tints of Brilliant Rose #EF54A6

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.18%

 BLUE value IS 166 (65.23% from 255) = 33.95%

R = 48.88%
G = 17.18%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#EF54A6 (or 0xEF54A6) is known color: Brilliant Rose. HEX triplet: EF, 54 and A6. RGB value is (239,84,166). Sum of RGB (Red+Green+Blue) = 239+84+166=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 84 (33.20% from 255 or 17.18% from 489); Blue value is 166 (65.23% from 255 or 33.95% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EF54A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF54A6 is #10AB59. Grayscale: #8B8B8B. Windows color (decimal): -1092442 or 10900719. OLE color: 10900719.

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

Color convert

RGB 239 84 166 -
CMYK 0 0.65 0.31 0.06
HSL 328.26º 0.83% 0.63% -
HSV(B) 328.26º 0.65% 0.94% -
XYZ 45.65 27.44 38.97 -
YUV 139.69 142.85 198.83 -
System Red Green Blue C M Y K H S L
Decimal 239 84 166 0 0.65 0.31 0.06 328.26 0.83 0.63
Hex EF 54 A6 0 41 1F 6 148 53 3F
Octal 357 124 246 0 101 37 6 510 123 77
Binary 11101111 1010100 10100110 0 1000001 11111 110 101001000 1010011 111111

Color Harmonies of #EF54A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF54A6

Black with #EF54A6

Text Example


Text Example

White with #EF54A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF54A6; }

 p { color: rgb(239,84,166); }

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

background-color css

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

 a { background-color: rgb(239,84,166); }

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

border-color css

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

 span { border-color: rgb(239,84,166); }

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