Html Css Color HEX #EF559D Brilliant Rose

📋 copy color: '#EF559D'

red 239 ◦ green 85 ◦ blue 157

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

Shades of Brilliant Rose #EF559D

Tints of Brilliant Rose #EF559D

RGB

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

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

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

R = 49.69%
G = 17.67%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EF559D (or 0xEF559D) is known color: Brilliant Rose. HEX triplet: EF, 55 and 9D. RGB value is (239,85,157). Sum of RGB (Red+Green+Blue) = 239+85+157=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 85 (33.59% from 255 or 17.67% from 481); Blue value is 157 (61.72% from 255 or 32.64% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EF559D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF559D is #10AA62. Grayscale: #8B8B8B. Windows color (decimal): -1092195 or 10311151. OLE color: 10311151.

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

Color convert

RGB 239 85 157 -
CMYK 0 0.64 0.34 0.06
HSL 331.95º 0.83% 0.64% -
HSV(B) 331.95º 0.64% 0.94% -
XYZ 44.93 27.28 34.8 -
YUV 139.25 138.02 199.15 -
System Red Green Blue C M Y K H S L
Decimal 239 85 157 0 0.64 0.34 0.06 331.95 0.83 0.64
Hex EF 55 9D 0 40 22 6 14C 53 40
Octal 357 125 235 0 100 42 6 514 123 100
Binary 11101111 1010101 10011101 0 1000000 100010 110 101001100 1010011 1000000

Color Harmonies of #EF559D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF559D

Black with #EF559D

Text Example


Text Example

White with #EF559D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF559D; }

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

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

background-color css

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

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

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

border-color css

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

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

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