Html Css Color HEX #EF5198 French Rose

📋 copy color: '#EF5198'

red 239 ◦ green 81 ◦ blue 152

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

Shades of French Rose #EF5198

Tints of French Rose #EF5198

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.16%

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

R = 50.64%
G = 17.16%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EF5198 (or 0xEF5198) is known color: French Rose. HEX triplet: EF, 51 and 98. RGB value is (239,81,152). Sum of RGB (Red+Green+Blue) = 239+81+152=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 81 (32.03% from 255 or 17.16% from 472); Blue value is 152 (59.77% from 255 or 32.20% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5198 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5198 is #10AE67. Grayscale: #888888. Windows color (decimal): -1093224 or 9982447. OLE color: 9982447.

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

Color convert

RGB 239 81 152 -
CMYK 0 0.66 0.36 0.06
HSL 333.04º 0.83% 0.63% -
HSV(B) 333.04º 0.66% 0.94% -
XYZ 44.21 26.5 32.49 -
YUV 136.34 136.85 201.23 -
System Red Green Blue C M Y K H S L
Decimal 239 81 152 0 0.66 0.36 0.06 333.04 0.83 0.63
Hex EF 51 98 0 42 24 6 14D 53 3F
Octal 357 121 230 0 102 44 6 515 123 77
Binary 11101111 1010001 10011000 0 1000010 100100 110 101001101 1010011 111111

Color Harmonies of #EF5198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5198

Black with #EF5198

Text Example


Text Example

White with #EF5198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5198; }

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

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

background-color css

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

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

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

border-color css

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

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

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