Html Css Color HEX #EF539D Brilliant Rose

📋 copy color: '#EF539D'

red 239 ◦ green 83 ◦ blue 157

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

Shades of Brilliant Rose #EF539D

Tints of Brilliant Rose #EF539D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 32.78%

R = 49.9%
G = 17.33%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EF539D (or 0xEF539D) is known color: Brilliant Rose. HEX triplet: EF, 53 and 9D. RGB value is (239,83,157). Sum of RGB (Red+Green+Blue) = 239+83+157=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 83 (32.81% from 255 or 17.33% from 479); Blue value is 157 (61.72% from 255 or 32.78% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EF539D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF539D is #10AC62. Grayscale: #898989. Windows color (decimal): -1092707 or 10310639. OLE color: 10310639.

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

Color convert

RGB 239 83 157 -
CMYK 0 0.65 0.34 0.06
HSL 331.54º 0.83% 0.63% -
HSV(B) 331.54º 0.65% 0.94% -
XYZ 44.78 26.97 34.74 -
YUV 138.08 138.68 199.98 -
System Red Green Blue C M Y K H S L
Decimal 239 83 157 0 0.65 0.34 0.06 331.54 0.83 0.63
Hex EF 53 9D 0 41 22 6 14C 53 3F
Octal 357 123 235 0 101 42 6 514 123 77
Binary 11101111 1010011 10011101 0 1000001 100010 110 101001100 1010011 111111

Color Harmonies of #EF539D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF539D

Black with #EF539D

Text Example


Text Example

White with #EF539D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF539D; }

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

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

background-color css

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

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

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

border-color css

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

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

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