Html Css Color HEX #EF4990 French Rose

📋 copy color: '#EF4990'

red 239 ◦ green 73 ◦ blue 144

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

Shades of French Rose #EF4990

Tints of French Rose #EF4990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 31.58%

R = 52.41%
G = 16.01%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EF4990 (or 0xEF4990) is known color: French Rose. HEX triplet: EF, 49 and 90. RGB value is (239,73,144). Sum of RGB (Red+Green+Blue) = 239+73+144=456 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.41% from 456); Green value is 73 (28.91% from 255 or 16.01% from 456); Blue value is 144 (56.64% from 255 or 31.58% from 456); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4990 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4990 is #10B66F. Grayscale: #828282. Windows color (decimal): -1095280 or 9456111. OLE color: 9456111.

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

Color convert

RGB 239 73 144 -
CMYK 0 0.69 0.40 0.06
HSL 334.34º 0.84% 0.61% -
HSV(B) 334.34º 0.69% 0.94% -
XYZ 43.01 25.13 28.97 -
YUV 130.73 135.5 205.23 -
System Red Green Blue C M Y K H S L
Decimal 239 73 144 0 0.69 0.40 0.06 334.34 0.84 0.61
Hex EF 49 90 0 45 28 6 14E 54 3D
Octal 357 111 220 0 105 50 6 516 124 75
Binary 11101111 1001001 10010000 0 1000101 101000 110 101001110 1010100 111101

Color Harmonies of #EF4990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4990

Black with #EF4990

Text Example


Text Example

White with #EF4990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4990; }

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

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

background-color css

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

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

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

border-color css

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

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

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