Html Css Color HEX #EF4988 French Rose

📋 copy color: '#EF4988'

red 239 ◦ green 73 ◦ blue 136

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

Shades of French Rose #EF4988

Tints of French Rose #EF4988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 30.36%

R = 53.35%
G = 16.29%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#EF4988 (or 0xEF4988) is known color: French Rose. HEX triplet: EF, 49 and 88. RGB value is (239,73,136). Sum of RGB (Red+Green+Blue) = 239+73+136=448 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.35% from 448); Green value is 73 (28.91% from 255 or 16.29% from 448); Blue value is 136 (53.52% from 255 or 30.36% from 448); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4988 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4988 is #10B677. Grayscale: #818181. Windows color (decimal): -1095288 or 8931823. OLE color: 8931823.

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

Color convert

RGB 239 73 136 -
CMYK 0 0.69 0.43 0.06
HSL 337.23º 0.84% 0.61% -
HSV(B) 337.23º 0.69% 0.94% -
XYZ 42.42 24.89 25.86 -
YUV 129.82 131.5 205.88 -
System Red Green Blue C M Y K H S L
Decimal 239 73 136 0 0.69 0.43 0.06 337.23 0.84 0.61
Hex EF 49 88 0 45 2B 6 151 54 3D
Octal 357 111 210 0 105 53 6 521 124 75
Binary 11101111 1001001 10001000 0 1000101 101011 110 101010001 1010100 111101

Color Harmonies of #EF4988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4988

Black with #EF4988

Text Example


Text Example

White with #EF4988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4988; }

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

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

background-color css

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

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

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

border-color css

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

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

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