Html Css Color HEX #EF5199 Brilliant Rose

📋 copy color: '#EF5199'

red 239 ◦ green 81 ◦ blue 153

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

Shades of Brilliant Rose #EF5199

Tints of Brilliant Rose #EF5199

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.12%

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

R = 50.53%
G = 17.12%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EF5199 (or 0xEF5199) is known color: Brilliant Rose. HEX triplet: EF, 51 and 99. RGB value is (239,81,153). Sum of RGB (Red+Green+Blue) = 239+81+153=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 81 (32.03% from 255 or 17.12% from 473); Blue value is 153 (60.16% from 255 or 32.35% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5199 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5199 is #10AE66. Grayscale: #888888. Windows color (decimal): -1093223 or 10047983. OLE color: 10047983.

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

Color convert

RGB 239 81 153 -
CMYK 0 0.66 0.36 0.06
HSL 332.66º 0.83% 0.63% -
HSV(B) 332.66º 0.66% 0.94% -
XYZ 44.29 26.54 32.92 -
YUV 136.45 137.35 201.15 -
System Red Green Blue C M Y K H S L
Decimal 239 81 153 0 0.66 0.36 0.06 332.66 0.83 0.63
Hex EF 51 99 0 42 24 6 14D 53 3F
Octal 357 121 231 0 102 44 6 515 123 77
Binary 11101111 1010001 10011001 0 1000010 100100 110 101001101 1010011 111111

Color Harmonies of #EF5199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5199

Black with #EF5199

Text Example


Text Example

White with #EF5199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5199; }

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

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

background-color css

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

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

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

border-color css

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

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

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