#EF538B

Color #EF538B French Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Rose #EF538B

Tints of French Rose #EF538B

Color information

#EF538B (or 0xEF538B) is unknown color: approx French Rose. HEX triplet: EF, 53 and 8B. RGB value is (239,83,139). Sum of RGB (Red+Green+Blue) = 239+83+139=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 83 (32.81% from 255 or 18.00% from 461); Blue value is 139 (54.69% from 255 or 30.15% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EF538B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF538B is #10AC74. Grayscale: #878787. Windows color (decimal): -1092725 or 9130991. OLE color: 9130991.

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

Color convert

RGB23983139-
CMYK00.650.420.06
HSL338.46º82.98%63.14%-
HSV(B)338.46º65.27%93.73%-
XYZ43.3526.427.24-
YUV136.03129.68201.45-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.84%
GREEN value IS 83 (32.81% from 255) = 18.00%
BLUE value IS 139 (54.69% from 255) = 30.15%
R=51.84%
G=18.00%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2398313900.650.420.06338.4682.9863.14
HexEF538B0412A6152533f
Octal357123213010152652212377
Binary11101111101001110001011010000011010101101010100101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF538B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF538B; }

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

 H1.HeaderClassName
 {
   color: #EF538B;
 }
 .AnyTagClassName
 {
   color: #EF538B;
 }
</style>
background-color css

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

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

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

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

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

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