Html Css Color HEX #EF5098 French Rose

📋 copy color: '#EF5098'

red 239 ◦ green 80 ◦ blue 152

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

Shades of French Rose #EF5098

Tints of French Rose #EF5098

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.99%

 BLUE value IS 152 (59.77% from 255) = 32.27%

R = 50.74%
G = 16.99%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EF5098 (or 0xEF5098) is known color: French Rose. HEX triplet: EF, 50 and 98. RGB value is (239,80,152). Sum of RGB (Red+Green+Blue) = 239+80+152=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 80 (31.64% from 255 or 16.99% from 471); Blue value is 152 (59.77% from 255 or 32.27% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5098 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5098 is #10AF67. Grayscale: #878787. Windows color (decimal): -1093480 or 9982191. OLE color: 9982191.

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

Color convert

RGB 239 80 152 -
CMYK 0 0.67 0.36 0.06
HSL 332.83º 0.83% 0.63% -
HSV(B) 332.83º 0.67% 0.94% -
XYZ 44.13 26.36 32.47 -
YUV 135.75 137.18 201.65 -
System Red Green Blue C M Y K H S L
Decimal 239 80 152 0 0.67 0.36 0.06 332.83 0.83 0.63
Hex EF 50 98 0 43 24 6 14D 53 3F
Octal 357 120 230 0 103 44 6 515 123 77
Binary 11101111 1010000 10011000 0 1000011 100100 110 101001101 1010011 111111

Color Harmonies of #EF5098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5098

Black with #EF5098

Text Example


Text Example

White with #EF5098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5098; }

 p { color: rgb(239,80,152); }

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

background-color css

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

 a { background-color: rgb(239,80,152); }

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

border-color css

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

 span { border-color: rgb(239,80,152); }

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