Html Css Color HEX #EF5795 French Rose

📋 copy color: '#EF5795'

red 239 ◦ green 87 ◦ blue 149

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

Shades of French Rose #EF5795

Tints of French Rose #EF5795

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.32%

 BLUE value IS 149 (58.59% from 255) = 31.37%

R = 50.32%
G = 18.32%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EF5795 (or 0xEF5795) is known color: French Rose. HEX triplet: EF, 57 and 95. RGB value is (239,87,149). Sum of RGB (Red+Green+Blue) = 239+87+149=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 87 (34.38% from 255 or 18.32% from 475); Blue value is 149 (58.59% from 255 or 31.37% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5795 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5795 is #10A86A. Grayscale: #8B8B8B. Windows color (decimal): -1091691 or 9787375. OLE color: 9787375.

HSL color Cylindrical-coordinate representation of color #EF5795: hue angle of 335.53º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EF5795 is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 87 149 -
CMYK 0 0.64 0.38 0.06
HSL 335.53º 0.83% 0.64% -
HSV(B) 335.53º 0.64% 0.94% -
XYZ 44.43 27.34 31.37 -
YUV 139.52 133.36 198.96 -
System Red Green Blue C M Y K H S L
Decimal 239 87 149 0 0.64 0.38 0.06 335.53 0.83 0.64
Hex EF 57 95 0 40 26 6 150 53 40
Octal 357 127 225 0 100 46 6 520 123 100
Binary 11101111 1010111 10010101 0 1000000 100110 110 101010000 1010011 1000000

Color Harmonies of #EF5795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5795

Black with #EF5795

Text Example


Text Example

White with #EF5795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5795; }

 p { color: rgb(239,87,149); }

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

background-color css

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

 a { background-color: rgb(239,87,149); }

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

border-color css

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

 span { border-color: rgb(239,87,149); }

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