Html Css Color HEX #EF5291 French Rose

📋 copy color: '#EF5291'

red 239 ◦ green 82 ◦ blue 145

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

Shades of French Rose #EF5291

Tints of French Rose #EF5291

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.6%

 BLUE value IS 145 (57.03% from 255) = 31.12%

R = 51.29%
G = 17.6%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#EF5291 (or 0xEF5291) is known color: French Rose. HEX triplet: EF, 52 and 91. RGB value is (239,82,145). Sum of RGB (Red+Green+Blue) = 239+82+145=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 82 (32.42% from 255 or 17.60% from 466); Blue value is 145 (57.03% from 255 or 31.12% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5291 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5291 is #10AD6E. Grayscale: #888888. Windows color (decimal): -1092975 or 9523951. OLE color: 9523951.

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

Color convert

RGB 239 82 145 -
CMYK 0 0.66 0.39 0.06
HSL 335.92º 0.83% 0.63% -
HSV(B) 335.92º 0.66% 0.94% -
XYZ 43.72 26.43 29.58 -
YUV 136.13 133.01 201.38 -
System Red Green Blue C M Y K H S L
Decimal 239 82 145 0 0.66 0.39 0.06 335.92 0.83 0.63
Hex EF 52 91 0 42 27 6 150 53 3F
Octal 357 122 221 0 102 47 6 520 123 77
Binary 11101111 1010010 10010001 0 1000010 100111 110 101010000 1010011 111111

Color Harmonies of #EF5291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5291

Black with #EF5291

Text Example


Text Example

White with #EF5291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5291; }

 p { color: rgb(239,82,145); }

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

background-color css

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

 a { background-color: rgb(239,82,145); }

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

border-color css

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

 span { border-color: rgb(239,82,145); }

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