Html Css Color HEX #EF588D French Rose

📋 copy color: '#EF588D'

red 239 ◦ green 88 ◦ blue 141

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

Shades of French Rose #EF588D

Tints of French Rose #EF588D

RGB

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

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

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

R = 51.07%
G = 18.8%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF588D (or 0xEF588D) is known color: French Rose. HEX triplet: EF, 58 and 8D. RGB value is (239,88,141). Sum of RGB (Red+Green+Blue) = 239+88+141=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 88 (34.77% from 255 or 18.80% from 468); Blue value is 141 (55.47% from 255 or 30.13% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EF588D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF588D is #10A772. Grayscale: #8B8B8B. Windows color (decimal): -1091443 or 9263343. OLE color: 9263343.

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

Color convert

RGB 239 88 141 -
CMYK 0 0.63 0.41 0.06
HSL 338.94º 0.83% 0.64% -
HSV(B) 338.94º 0.63% 0.94% -
XYZ 43.89 27.25 28.15 -
YUV 139.19 129.03 199.19 -
System Red Green Blue C M Y K H S L
Decimal 239 88 141 0 0.63 0.41 0.06 338.94 0.83 0.64
Hex EF 58 8D 0 3F 29 6 153 53 40
Octal 357 130 215 0 77 51 6 523 123 100
Binary 11101111 1011000 10001101 0 111111 101001 110 101010011 1010011 1000000

Color Harmonies of #EF588D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF588D

Black with #EF588D

Text Example


Text Example

White with #EF588D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF588D; }

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

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

background-color css

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

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

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

border-color css

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

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

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