Html Css Color HEX #EF4994 French Rose

📋 copy color: '#EF4994'

red 239 ◦ green 73 ◦ blue 148

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

Shades of French Rose #EF4994

Tints of French Rose #EF4994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 32.17%

R = 51.96%
G = 15.87%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EF4994 (or 0xEF4994) is known color: French Rose. HEX triplet: EF, 49 and 94. RGB value is (239,73,148). Sum of RGB (Red+Green+Blue) = 239+73+148=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 73 (28.91% from 255 or 15.87% from 460); Blue value is 148 (58.20% from 255 or 32.17% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4994 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4994 is #10B66B. Grayscale: #838383. Windows color (decimal): -1095276 or 9718255. OLE color: 9718255.

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

Color convert

RGB 239 73 148 -
CMYK 0 0.69 0.38 0.06
HSL 332.89º 0.84% 0.61% -
HSV(B) 332.89º 0.69% 0.94% -
XYZ 43.32 25.25 30.61 -
YUV 131.18 137.5 204.9 -
System Red Green Blue C M Y K H S L
Decimal 239 73 148 0 0.69 0.38 0.06 332.89 0.84 0.61
Hex EF 49 94 0 45 26 6 14D 54 3D
Octal 357 111 224 0 105 46 6 515 124 75
Binary 11101111 1001001 10010100 0 1000101 100110 110 101001101 1010100 111101

Color Harmonies of #EF4994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4994

Black with #EF4994

Text Example


Text Example

White with #EF4994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4994; }

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

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

background-color css

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

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

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

border-color css

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

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

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