Html Css Color HEX #EF499F Brilliant Rose

📋 copy color: '#EF499F'

red 239 ◦ green 73 ◦ blue 159

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

Shades of Brilliant Rose #EF499F

Tints of Brilliant Rose #EF499F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.5%

 BLUE value IS 159 (62.5% from 255) = 33.76%

R = 50.74%
G = 15.5%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EF499F (or 0xEF499F) is known color: Brilliant Rose. HEX triplet: EF, 49 and 9F. RGB value is (239,73,159). Sum of RGB (Red+Green+Blue) = 239+73+159=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 73 (28.91% from 255 or 15.50% from 471); Blue value is 159 (62.5% from 255 or 33.76% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EF499F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF499F is #10B660. Grayscale: #848484. Windows color (decimal): -1095265 or 10439151. OLE color: 10439151.

HSL color Cylindrical-coordinate representation of color #EF499F: hue angle of 328.92º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF499F is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 73 159 -
CMYK 0 0.69 0.33 0.06
HSL 328.92º 0.84% 0.61% -
HSV(B) 328.92º 0.69% 0.94% -
XYZ 44.24 25.62 35.41 -
YUV 132.44 143 204.01 -
System Red Green Blue C M Y K H S L
Decimal 239 73 159 0 0.69 0.33 0.06 328.92 0.84 0.61
Hex EF 49 9F 0 45 21 6 149 54 3D
Octal 357 111 237 0 105 41 6 511 124 75
Binary 11101111 1001001 10011111 0 1000101 100001 110 101001001 1010100 111101

Color Harmonies of #EF499F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF499F

Black with #EF499F

Text Example


Text Example

White with #EF499F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF499F; }

 p { color: rgb(239,73,159); }

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

background-color css

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

 a { background-color: rgb(239,73,159); }

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

border-color css

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

 span { border-color: rgb(239,73,159); }

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