Html Css Color HEX #EF53A9 Brilliant Rose

📋 copy color: '#EF53A9'

red 239 ◦ green 83 ◦ blue 169

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

Shades of Brilliant Rose #EF53A9

Tints of Brilliant Rose #EF53A9

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.9%

 BLUE value IS 169 (66.41% from 255) = 34.42%

R = 48.68%
G = 16.9%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EF53A9 (or 0xEF53A9) is known color: Brilliant Rose. HEX triplet: EF, 53 and A9. RGB value is (239,83,169). Sum of RGB (Red+Green+Blue) = 239+83+169=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 83 (32.81% from 255 or 16.90% from 491); Blue value is 169 (66.41% from 255 or 34.42% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EF53A9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF53A9 is #10AC56. Grayscale: #8B8B8B. Windows color (decimal): -1092695 or 11097071. OLE color: 11097071.

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

Color convert

RGB 239 83 169 -
CMYK 0 0.65 0.29 0.06
HSL 326.92º 0.83% 0.63% -
HSV(B) 326.92º 0.65% 0.94% -
XYZ 45.85 27.4 40.41 -
YUV 139.45 144.68 199.01 -
System Red Green Blue C M Y K H S L
Decimal 239 83 169 0 0.65 0.29 0.06 326.92 0.83 0.63
Hex EF 53 A9 0 41 1D 6 147 53 3F
Octal 357 123 251 0 101 35 6 507 123 77
Binary 11101111 1010011 10101001 0 1000001 11101 110 101000111 1010011 111111

Color Harmonies of #EF53A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF53A9

Black with #EF53A9

Text Example


Text Example

White with #EF53A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF53A9; }

 p { color: rgb(239,83,169); }

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

background-color css

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

 a { background-color: rgb(239,83,169); }

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

border-color css

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

 span { border-color: rgb(239,83,169); }

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