Html Css Color HEX #EF599D Brilliant Rose

📋 copy color: '#EF599D'

red 239 ◦ green 89 ◦ blue 157

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

Shades of Brilliant Rose #EF599D

Tints of Brilliant Rose #EF599D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.35%

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

R = 49.28%
G = 18.35%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EF599D (or 0xEF599D) is known color: Brilliant Rose. HEX triplet: EF, 59 and 9D. RGB value is (239,89,157). Sum of RGB (Red+Green+Blue) = 239+89+157=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 89 (35.16% from 255 or 18.35% from 485); Blue value is 157 (61.72% from 255 or 32.37% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EF599D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF599D is #10A662. Grayscale: #8D8D8D. Windows color (decimal): -1091171 or 10312175. OLE color: 10312175.

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

Color convert

RGB 239 89 157 -
CMYK 0 0.63 0.34 0.06
HSL 332.8º 0.82% 0.64% -
HSV(B) 332.8º 0.63% 0.94% -
XYZ 45.25 27.93 34.9 -
YUV 141.6 136.7 197.47 -
System Red Green Blue C M Y K H S L
Decimal 239 89 157 0 0.63 0.34 0.06 332.8 0.82 0.64
Hex EF 59 9D 0 3F 22 6 14D 52 40
Octal 357 131 235 0 77 42 6 515 122 100
Binary 11101111 1011001 10011101 0 111111 100010 110 101001101 1010010 1000000

Color Harmonies of #EF599D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF599D

Black with #EF599D

Text Example


Text Example

White with #EF599D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF599D; }

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

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

background-color css

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

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

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

border-color css

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

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

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