Html Css Color HEX #EF538D French Rose

📋 copy color: '#EF538D'

red 239 ◦ green 83 ◦ blue 141

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

Shades of French Rose #EF538D

Tints of French Rose #EF538D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.45%

R = 51.62%
G = 17.93%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF538D (or 0xEF538D) is known color: French Rose. HEX triplet: EF, 53 and 8D. RGB value is (239,83,141). Sum of RGB (Red+Green+Blue) = 239+83+141=463 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.62% from 463); Green value is 83 (32.81% from 255 or 17.93% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 239 - color contains mainly: red. Hex color #EF538D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF538D is #10AC72. Grayscale: #888888. Windows color (decimal): -1092723 or 9262063. OLE color: 9262063.

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

Color convert

RGB 239 83 141 -
CMYK 0 0.65 0.41 0.06
HSL 337.69º 0.83% 0.63% -
HSV(B) 337.69º 0.65% 0.94% -
XYZ 43.5 26.46 28.01 -
YUV 136.26 130.68 201.28 -
System Red Green Blue C M Y K H S L
Decimal 239 83 141 0 0.65 0.41 0.06 337.69 0.83 0.63
Hex EF 53 8D 0 41 29 6 152 53 3F
Octal 357 123 215 0 101 51 6 522 123 77
Binary 11101111 1010011 10001101 0 1000001 101001 110 101010010 1010011 111111

Color Harmonies of #EF538D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF538D

Black with #EF538D

Text Example


Text Example

White with #EF538D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF538D; }

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

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

background-color css

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

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

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

border-color css

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

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

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