Html Css Color HEX #EF559B Brilliant Rose

📋 copy color: '#EF559B'

red 239 ◦ green 85 ◦ blue 155

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

Shades of Brilliant Rose #EF559B

Tints of Brilliant Rose #EF559B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 32.36%

R = 49.9%
G = 17.75%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EF559B (or 0xEF559B) is known color: Brilliant Rose. HEX triplet: EF, 55 and 9B. RGB value is (239,85,155). Sum of RGB (Red+Green+Blue) = 239+85+155=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 85 (33.59% from 255 or 17.75% from 479); Blue value is 155 (60.94% from 255 or 32.36% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EF559B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF559B is #10AA64. Grayscale: #8A8A8A. Windows color (decimal): -1092197 or 10180079. OLE color: 10180079.

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

Color convert

RGB 239 85 155 -
CMYK 0 0.64 0.35 0.06
HSL 332.73º 0.83% 0.64% -
HSV(B) 332.73º 0.64% 0.94% -
XYZ 44.76 27.21 33.9 -
YUV 139.03 137.02 199.31 -
System Red Green Blue C M Y K H S L
Decimal 239 85 155 0 0.64 0.35 0.06 332.73 0.83 0.64
Hex EF 55 9B 0 40 23 6 14D 53 40
Octal 357 125 233 0 100 43 6 515 123 100
Binary 11101111 1010101 10011011 0 1000000 100011 110 101001101 1010011 1000000

Color Harmonies of #EF559B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF559B

Black with #EF559B

Text Example


Text Example

White with #EF559B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF559B; }

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

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

background-color css

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

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

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

border-color css

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

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

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