Html Css Color HEX #EF4991 French Rose

📋 copy color: '#EF4991'

red 239 ◦ green 73 ◦ blue 145

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

Shades of French Rose #EF4991

Tints of French Rose #EF4991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 31.73%

R = 52.3%
G = 15.97%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#EF4991 (or 0xEF4991) is known color: French Rose. HEX triplet: EF, 49 and 91. RGB value is (239,73,145). Sum of RGB (Red+Green+Blue) = 239+73+145=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 73 (28.91% from 255 or 15.97% from 457); Blue value is 145 (57.03% from 255 or 31.73% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4991 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4991 is #10B66E. Grayscale: #828282. Windows color (decimal): -1095279 or 9521647. OLE color: 9521647.

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

Color convert

RGB 239 73 145 -
CMYK 0 0.69 0.39 0.06
HSL 333.98º 0.84% 0.61% -
HSV(B) 333.98º 0.69% 0.94% -
XYZ 43.09 25.16 29.37 -
YUV 130.84 136 205.15 -
System Red Green Blue C M Y K H S L
Decimal 239 73 145 0 0.69 0.39 0.06 333.98 0.84 0.61
Hex EF 49 91 0 45 27 6 14E 54 3D
Octal 357 111 221 0 105 47 6 516 124 75
Binary 11101111 1001001 10010001 0 1000101 100111 110 101001110 1010100 111101

Color Harmonies of #EF4991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4991

Black with #EF4991

Text Example


Text Example

White with #EF4991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4991; }

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

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

background-color css

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

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

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

border-color css

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

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

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