Html Css Color HEX #EF5397 French Rose

📋 copy color: '#EF5397'

red 239 ◦ green 83 ◦ blue 151

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

Shades of French Rose #EF5397

Tints of French Rose #EF5397

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.55%

 BLUE value IS 151 (59.38% from 255) = 31.92%

R = 50.53%
G = 17.55%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#EF5397 (or 0xEF5397) is known color: French Rose. HEX triplet: EF, 53 and 97. RGB value is (239,83,151). Sum of RGB (Red+Green+Blue) = 239+83+151=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 83 (32.81% from 255 or 17.55% from 473); Blue value is 151 (59.38% from 255 or 31.92% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5397 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5397 is #10AC68. Grayscale: #898989. Windows color (decimal): -1092713 or 9917423. OLE color: 9917423.

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

Color convert

RGB 239 83 151 -
CMYK 0 0.65 0.37 0.06
HSL 333.85º 0.83% 0.63% -
HSV(B) 333.85º 0.65% 0.94% -
XYZ 44.28 26.77 32.11 -
YUV 137.4 135.68 200.47 -
System Red Green Blue C M Y K H S L
Decimal 239 83 151 0 0.65 0.37 0.06 333.85 0.83 0.63
Hex EF 53 97 0 41 25 6 14E 53 3F
Octal 357 123 227 0 101 45 6 516 123 77
Binary 11101111 1010011 10010111 0 1000001 100101 110 101001110 1010011 111111

Color Harmonies of #EF5397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5397

Black with #EF5397

Text Example


Text Example

White with #EF5397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5397; }

 p { color: rgb(239,83,151); }

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

background-color css

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

 a { background-color: rgb(239,83,151); }

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

border-color css

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

 span { border-color: rgb(239,83,151); }

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