Html Css Color HEX #EF559F Brilliant Rose

📋 copy color: '#EF559F'

red 239 ◦ green 85 ◦ blue 159

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

Shades of Brilliant Rose #EF559F

Tints of Brilliant Rose #EF559F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.6%

 BLUE value IS 159 (62.5% from 255) = 32.92%

R = 49.48%
G = 17.6%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EF559F (or 0xEF559F) is known color: Brilliant Rose. HEX triplet: EF, 55 and 9F. RGB value is (239,85,159). Sum of RGB (Red+Green+Blue) = 239+85+159=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 85 (33.59% from 255 or 17.60% from 483); Blue value is 159 (62.5% from 255 or 32.92% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EF559F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF559F is #10AA60. Grayscale: #8B8B8B. Windows color (decimal): -1092193 or 10442223. OLE color: 10442223.

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

Color convert

RGB 239 85 159 -
CMYK 0 0.64 0.33 0.06
HSL 331.17º 0.83% 0.64% -
HSV(B) 331.17º 0.64% 0.94% -
XYZ 45.1 27.35 35.7 -
YUV 139.48 139.02 198.98 -
System Red Green Blue C M Y K H S L
Decimal 239 85 159 0 0.64 0.33 0.06 331.17 0.83 0.64
Hex EF 55 9F 0 40 21 6 14B 53 40
Octal 357 125 237 0 100 41 6 513 123 100
Binary 11101111 1010101 10011111 0 1000000 100001 110 101001011 1010011 1000000

Color Harmonies of #EF559F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF559F

Black with #EF559F

Text Example


Text Example

White with #EF559F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF559F; }

 p { color: rgb(239,85,159); }

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

background-color css

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

 a { background-color: rgb(239,85,159); }

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

border-color css

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

 span { border-color: rgb(239,85,159); }

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