Html Css Color HEX #EF4D86 French Rose

📋 copy color: '#EF4D86'

red 239 ◦ green 77 ◦ blue 134

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

Shades of French Rose #EF4D86

Tints of French Rose #EF4D86

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.11%

 BLUE value IS 134 (52.73% from 255) = 29.78%

R = 53.11%
G = 17.11%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EF4D86 (or 0xEF4D86) is known color: French Rose. HEX triplet: EF, 4D and 86. RGB value is (239,77,134). Sum of RGB (Red+Green+Blue) = 239+77+134=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 77 (30.47% from 255 or 17.11% from 450); Blue value is 134 (52.73% from 255 or 29.78% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4D86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF4D86 is #10B279. Grayscale: #838383. Windows color (decimal): -1094266 or 8801775. OLE color: 8801775.

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

Color convert

RGB 239 77 134 -
CMYK 0 0.68 0.44 0.06
HSL 338.89º 0.84% 0.62% -
HSV(B) 338.89º 0.68% 0.94% -
XYZ 42.55 25.38 25.21 -
YUV 131.94 129.17 204.37 -
System Red Green Blue C M Y K H S L
Decimal 239 77 134 0 0.68 0.44 0.06 338.89 0.84 0.62
Hex EF 4D 86 0 44 2C 6 153 54 3E
Octal 357 115 206 0 104 54 6 523 124 76
Binary 11101111 1001101 10000110 0 1000100 101100 110 101010011 1010100 111110

Color Harmonies of #EF4D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4D86

Black with #EF4D86

Text Example


Text Example

White with #EF4D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4D86; }

 p { color: rgb(239,77,134); }

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

background-color css

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

 a { background-color: rgb(239,77,134); }

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

border-color css

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

 span { border-color: rgb(239,77,134); }

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