Html Css Color HEX #EF599A Brilliant Rose

📋 copy color: '#EF599A'

red 239 ◦ green 89 ◦ blue 154

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

Shades of Brilliant Rose #EF599A

Tints of Brilliant Rose #EF599A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.95%

R = 49.59%
G = 18.46%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EF599A (or 0xEF599A) is known color: Brilliant Rose. HEX triplet: EF, 59 and 9A. RGB value is (239,89,154). Sum of RGB (Red+Green+Blue) = 239+89+154=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 89 (35.16% from 255 or 18.46% from 482); Blue value is 154 (60.55% from 255 or 31.95% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EF599A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF599A is #10A665. Grayscale: #8D8D8D. Windows color (decimal): -1091174 or 10115567. OLE color: 10115567.

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

Color convert

RGB 239 89 154 -
CMYK 0 0.63 0.36 0.06
HSL 334º 0.82% 0.64% -
HSV(B) 334º 0.63% 0.94% -
XYZ 45 27.83 33.57 -
YUV 141.26 135.2 197.71 -
System Red Green Blue C M Y K H S L
Decimal 239 89 154 0 0.63 0.36 0.06 334 0.82 0.64
Hex EF 59 9A 0 3F 24 6 14E 52 40
Octal 357 131 232 0 77 44 6 516 122 100
Binary 11101111 1011001 10011010 0 111111 100100 110 101001110 1010010 1000000

Color Harmonies of #EF599A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF599A

Black with #EF599A

Text Example


Text Example

White with #EF599A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF599A; }

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

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

background-color css

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

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

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

border-color css

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

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

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