Html Css Color HEX #EF538F French Rose

📋 copy color: '#EF538F'

red 239 ◦ green 83 ◦ blue 143

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

Shades of French Rose #EF538F

Tints of French Rose #EF538F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.75%

R = 51.4%
G = 17.85%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EF538F (or 0xEF538F) is known color: French Rose. HEX triplet: EF, 53 and 8F. RGB value is (239,83,143). Sum of RGB (Red+Green+Blue) = 239+83+143=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 83 (32.81% from 255 or 17.85% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EF538F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF538F is #10AC70. Grayscale: #888888. Windows color (decimal): -1092721 or 9393135. OLE color: 9393135.

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

Color convert

RGB 239 83 143 -
CMYK 0 0.65 0.40 0.06
HSL 336.92º 0.83% 0.63% -
HSV(B) 336.92º 0.65% 0.94% -
XYZ 43.65 26.52 28.81 -
YUV 136.48 131.68 201.12 -
System Red Green Blue C M Y K H S L
Decimal 239 83 143 0 0.65 0.40 0.06 336.92 0.83 0.63
Hex EF 53 8F 0 41 28 6 151 53 3F
Octal 357 123 217 0 101 50 6 521 123 77
Binary 11101111 1010011 10001111 0 1000001 101000 110 101010001 1010011 111111

Color Harmonies of #EF538F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF538F

Black with #EF538F

Text Example


Text Example

White with #EF538F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF538F; }

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

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

background-color css

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

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

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

border-color css

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

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

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