Html Css Color HEX #EF5F99 Brilliant Rose

📋 copy color: '#EF5F99'

red 239 ◦ green 95 ◦ blue 153

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

Shades of Brilliant Rose #EF5F99

Tints of Brilliant Rose #EF5F99

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.51%

 BLUE value IS 153 (60.16% from 255) = 31.42%

R = 49.08%
G = 19.51%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EF5F99 (or 0xEF5F99) is known color: Brilliant Rose. HEX triplet: EF, 5F and 99. RGB value is (239,95,153). Sum of RGB (Red+Green+Blue) = 239+95+153=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 95 (37.5% from 255 or 19.51% from 487); Blue value is 153 (60.16% from 255 or 31.42% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5F99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5F99 is #10A066. Grayscale: #909090. Windows color (decimal): -1089639 or 10051567. OLE color: 10051567.

HSL color Cylindrical-coordinate representation of color #EF5F99: hue angle of 335.83º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF5F99 is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 95 153 -
CMYK 0 0.60 0.36 0.06
HSL 335.83º 0.82% 0.65% -
HSV(B) 335.83º 0.6% 0.94% -
XYZ 45.44 28.84 33.31 -
YUV 144.67 132.71 195.28 -
System Red Green Blue C M Y K H S L
Decimal 239 95 153 0 0.60 0.36 0.06 335.83 0.82 0.65
Hex EF 5F 99 0 3C 24 6 150 52 41
Octal 357 137 231 0 74 44 6 520 122 101
Binary 11101111 1011111 10011001 0 111100 100100 110 101010000 1010010 1000001

Color Harmonies of #EF5F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5F99

Black with #EF5F99

Text Example


Text Example

White with #EF5F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5F99; }

 p { color: rgb(239,95,153); }

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

background-color css

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

 a { background-color: rgb(239,95,153); }

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

border-color css

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

 span { border-color: rgb(239,95,153); }

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