Html Css Color HEX #EF588F French Rose

📋 copy color: '#EF588F'

red 239 ◦ green 88 ◦ blue 143

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

Shades of French Rose #EF588F

Tints of French Rose #EF588F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.72%

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

R = 50.85%
G = 18.72%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EF588F (or 0xEF588F) is known color: French Rose. HEX triplet: EF, 58 and 8F. RGB value is (239,88,143). Sum of RGB (Red+Green+Blue) = 239+88+143=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 88 (34.77% from 255 or 18.72% from 470); Blue value is 143 (56.25% from 255 or 30.43% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EF588F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF588F is #10A770. Grayscale: #8B8B8B. Windows color (decimal): -1091441 or 9394415. OLE color: 9394415.

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

Color convert

RGB 239 88 143 -
CMYK 0 0.63 0.40 0.06
HSL 338.15º 0.83% 0.64% -
HSV(B) 338.15º 0.63% 0.94% -
XYZ 44.04 27.31 28.94 -
YUV 139.42 130.03 199.03 -
System Red Green Blue C M Y K H S L
Decimal 239 88 143 0 0.63 0.40 0.06 338.15 0.83 0.64
Hex EF 58 8F 0 3F 28 6 152 53 40
Octal 357 130 217 0 77 50 6 522 123 100
Binary 11101111 1011000 10001111 0 111111 101000 110 101010010 1010011 1000000

Color Harmonies of #EF588F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF588F

Black with #EF588F

Text Example


Text Example

White with #EF588F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF588F; }

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

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

background-color css

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

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

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

border-color css

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

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

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