Html Css Color HEX #EF5592 French Rose

📋 copy color: '#EF5592'

red 239 ◦ green 85 ◦ blue 146

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

Shades of French Rose #EF5592

Tints of French Rose #EF5592

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.09%

 BLUE value IS 146 (57.42% from 255) = 31.06%

R = 50.85%
G = 18.09%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#EF5592 (or 0xEF5592) is known color: French Rose. HEX triplet: EF, 55 and 92. RGB value is (239,85,146). Sum of RGB (Red+Green+Blue) = 239+85+146=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 85 (33.59% from 255 or 18.09% from 470); Blue value is 146 (57.42% from 255 or 31.06% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5592 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5592 is #10AA6D. Grayscale: #898989. Windows color (decimal): -1092206 or 9590255. OLE color: 9590255.

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

Color convert

RGB 239 85 146 -
CMYK 0 0.64 0.39 0.06
HSL 336.23º 0.83% 0.64% -
HSV(B) 336.23º 0.64% 0.94% -
XYZ 44.03 26.92 30.07 -
YUV 138 132.52 200.04 -
System Red Green Blue C M Y K H S L
Decimal 239 85 146 0 0.64 0.39 0.06 336.23 0.83 0.64
Hex EF 55 92 0 40 27 6 150 53 40
Octal 357 125 222 0 100 47 6 520 123 100
Binary 11101111 1010101 10010010 0 1000000 100111 110 101010000 1010011 1000000

Color Harmonies of #EF5592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5592

Black with #EF5592

Text Example


Text Example

White with #EF5592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5592; }

 p { color: rgb(239,85,146); }

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

background-color css

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

 a { background-color: rgb(239,85,146); }

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

border-color css

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

 span { border-color: rgb(239,85,146); }

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