Html Css Color HEX #EF528F French Rose

📋 copy color: '#EF528F'

red 239 ◦ green 82 ◦ blue 143

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

Shades of French Rose #EF528F

Tints of French Rose #EF528F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.67%

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

R = 51.51%
G = 17.67%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EF528F (or 0xEF528F) is known color: French Rose. HEX triplet: EF, 52 and 8F. RGB value is (239,82,143). Sum of RGB (Red+Green+Blue) = 239+82+143=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 82 (32.42% from 255 or 17.67% from 464); Blue value is 143 (56.25% from 255 or 30.82% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EF528F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF528F is #10AD70. Grayscale: #878787. Windows color (decimal): -1092977 or 9392879. OLE color: 9392879.

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

Color convert

RGB 239 82 143 -
CMYK 0 0.66 0.40 0.06
HSL 336.69º 0.83% 0.63% -
HSV(B) 336.69º 0.66% 0.94% -
XYZ 43.57 26.37 28.78 -
YUV 135.9 132.01 201.54 -
System Red Green Blue C M Y K H S L
Decimal 239 82 143 0 0.66 0.40 0.06 336.69 0.83 0.63
Hex EF 52 8F 0 42 28 6 151 53 3F
Octal 357 122 217 0 102 50 6 521 123 77
Binary 11101111 1010010 10001111 0 1000010 101000 110 101010001 1010011 111111

Color Harmonies of #EF528F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF528F

Black with #EF528F

Text Example


Text Example

White with #EF528F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF528F; }

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

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

background-color css

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

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

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

border-color css

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

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

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