Html Css Color HEX #EF5196 French Rose

📋 copy color: '#EF5196'

red 239 ◦ green 81 ◦ blue 150

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

Shades of French Rose #EF5196

Tints of French Rose #EF5196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.91%

R = 50.85%
G = 17.23%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#EF5196 (or 0xEF5196) is known color: French Rose. HEX triplet: EF, 51 and 96. RGB value is (239,81,150). Sum of RGB (Red+Green+Blue) = 239+81+150=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 81 (32.03% from 255 or 17.23% from 470); Blue value is 150 (58.98% from 255 or 31.91% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5196 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5196 is #10AE69. Grayscale: #878787. Windows color (decimal): -1093226 or 9851375. OLE color: 9851375.

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

Color convert

RGB 239 81 150 -
CMYK 0 0.66 0.37 0.06
HSL 333.8º 0.83% 0.63% -
HSV(B) 333.8º 0.66% 0.94% -
XYZ 44.04 26.44 31.64 -
YUV 136.11 135.85 201.39 -
System Red Green Blue C M Y K H S L
Decimal 239 81 150 0 0.66 0.37 0.06 333.8 0.83 0.63
Hex EF 51 96 0 42 25 6 14E 53 3F
Octal 357 121 226 0 102 45 6 516 123 77
Binary 11101111 1010001 10010110 0 1000010 100101 110 101001110 1010011 111111

Color Harmonies of #EF5196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5196

Black with #EF5196

Text Example


Text Example

White with #EF5196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5196; }

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

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

background-color css

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

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

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

border-color css

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

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

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