Html Css Color HEX #EF54B5 Brilliant Rose

📋 copy color: '#EF54B5'

red 239 ◦ green 84 ◦ blue 181

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

Shades of Brilliant Rose #EF54B5

Tints of Brilliant Rose #EF54B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.91%

R = 47.42%
G = 16.67%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#EF54B5 (or 0xEF54B5) is known color: Brilliant Rose. HEX triplet: EF, 54 and B5. RGB value is (239,84,181). Sum of RGB (Red+Green+Blue) = 239+84+181=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 84 (33.20% from 255 or 16.67% from 504); Blue value is 181 (71.09% from 255 or 35.91% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EF54B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF54B5 is #10AB4A. Grayscale: #8D8D8D. Windows color (decimal): -1092427 or 11883759. OLE color: 11883759.

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

Color convert

RGB 239 84 181 -
CMYK 0 0.65 0.24 0.06
HSL 322.45º 0.83% 0.63% -
HSV(B) 322.45º 0.65% 0.94% -
XYZ 47.11 28.03 46.64 -
YUV 141.4 150.35 197.61 -
System Red Green Blue C M Y K H S L
Decimal 239 84 181 0 0.65 0.24 0.06 322.45 0.83 0.63
Hex EF 54 B5 0 41 18 6 142 53 3F
Octal 357 124 265 0 101 30 6 502 123 77
Binary 11101111 1010100 10110101 0 1000001 11000 110 101000010 1010011 111111

Color Harmonies of #EF54B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF54B5

Black with #EF54B5

Text Example


Text Example

White with #EF54B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF54B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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