Html Css Color HEX #EF5D92 French Rose

📋 copy color: '#EF5D92'

red 239 ◦ green 93 ◦ blue 146

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

Shades of French Rose #EF5D92

Tints of French Rose #EF5D92

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.46%

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

R = 50%
G = 19.46%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#EF5D92 (or 0xEF5D92) is known color: French Rose. HEX triplet: EF, 5D and 92. RGB value is (239,93,146). Sum of RGB (Red+Green+Blue) = 239+93+146=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 93 (36.72% from 255 or 19.46% from 478); Blue value is 146 (57.42% from 255 or 30.54% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5D92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5D92 is #10A26D. Grayscale: #8E8E8E. Windows color (decimal): -1090158 or 9592303. OLE color: 9592303.

HSL color Cylindrical-coordinate representation of color #EF5D92: hue angle of 338.22º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EF5D92 is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 93 146 -
CMYK 0 0.61 0.39 0.06
HSL 338.22º 0.82% 0.65% -
HSV(B) 338.22º 0.61% 0.94% -
XYZ 44.7 28.25 30.29 -
YUV 142.7 129.87 196.69 -
System Red Green Blue C M Y K H S L
Decimal 239 93 146 0 0.61 0.39 0.06 338.22 0.82 0.65
Hex EF 5D 92 0 3D 27 6 152 52 41
Octal 357 135 222 0 75 47 6 522 122 101
Binary 11101111 1011101 10010010 0 111101 100111 110 101010010 1010010 1000001

Color Harmonies of #EF5D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5D92

Black with #EF5D92

Text Example


Text Example

White with #EF5D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5D92; }

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

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

background-color css

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

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

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

border-color css

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

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

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