Html Css Color HEX #EF538C French Rose

📋 copy color: '#EF538C'

red 239 ◦ green 83 ◦ blue 140

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

Shades of French Rose #EF538C

Tints of French Rose #EF538C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.3%

R = 51.73%
G = 17.97%
B = 30.3%

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

#EF538C (or 0xEF538C) is known color: French Rose. HEX triplet: EF, 53 and 8C. RGB value is (239,83,140). Sum of RGB (Red+Green+Blue) = 239+83+140=462 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.73% from 462); Green value is 83 (32.81% from 255 or 17.97% from 462); Blue value is 140 (55.08% from 255 or 30.30% from 462); Max value from RGB is 239 - color contains mainly: red. Hex color #EF538C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF538C is #10AC73. Grayscale: #888888. Windows color (decimal): -1092724 or 9196527. OLE color: 9196527.

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

Color convert

RGB 239 83 140 -
CMYK 0 0.65 0.41 0.06
HSL 338.08º 0.83% 0.63% -
HSV(B) 338.08º 0.65% 0.94% -
XYZ 43.42 26.43 27.62 -
YUV 136.14 130.18 201.37 -
System Red Green Blue C M Y K H S L
Decimal 239 83 140 0 0.65 0.41 0.06 338.08 0.83 0.63
Hex EF 53 8C 0 41 29 6 152 53 3F
Octal 357 123 214 0 101 51 6 522 123 77
Binary 11101111 1010011 10001100 0 1000001 101001 110 101010010 1010011 111111

Color Harmonies of #EF538C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF538C

Black with #EF538C

Text Example


Text Example

White with #EF538C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF538C; }

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

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

background-color css

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

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

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

border-color css

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

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

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