Html Css Color HEX #EF54A8 Brilliant Rose

📋 copy color: '#EF54A8'

red 239 ◦ green 84 ◦ blue 168

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

Shades of Brilliant Rose #EF54A8

Tints of Brilliant Rose #EF54A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 34.22%

R = 48.68%
G = 17.11%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#EF54A8 (or 0xEF54A8) is known color: Brilliant Rose. HEX triplet: EF, 54 and A8. RGB value is (239,84,168). Sum of RGB (Red+Green+Blue) = 239+84+168=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 84 (33.20% from 255 or 17.11% from 491); Blue value is 168 (66.02% from 255 or 34.22% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EF54A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF54A8 is #10AB57. Grayscale: #8B8B8B. Windows color (decimal): -1092440 or 11031791. OLE color: 11031791.

HSL color Cylindrical-coordinate representation of color #EF54A8: hue angle of 327.48º 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 #EF54A8 is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 84 168 -
CMYK 0 0.65 0.30 0.06
HSL 327.48º 0.83% 0.63% -
HSV(B) 327.48º 0.65% 0.94% -
XYZ 45.83 27.52 39.94 -
YUV 139.92 143.85 198.67 -
System Red Green Blue C M Y K H S L
Decimal 239 84 168 0 0.65 0.30 0.06 327.48 0.83 0.63
Hex EF 54 A8 0 41 1E 6 147 53 3F
Octal 357 124 250 0 101 36 6 507 123 77
Binary 11101111 1010100 10101000 0 1000001 11110 110 101000111 1010011 111111

Color Harmonies of #EF54A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF54A8

Black with #EF54A8

Text Example


Text Example

White with #EF54A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF54A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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