Html Css Color HEX #EF528D French Rose

📋 copy color: '#EF528D'

red 239 ◦ green 82 ◦ blue 141

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

Shades of French Rose #EF528D

Tints of French Rose #EF528D

RGB

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

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

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

R = 51.73%
G = 17.75%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF528D (or 0xEF528D) is known color: French Rose. HEX triplet: EF, 52 and 8D. RGB value is (239,82,141). Sum of RGB (Red+Green+Blue) = 239+82+141=462 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.73% from 462); Green value is 82 (32.42% from 255 or 17.75% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 239 - color contains mainly: red. Hex color #EF528D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF528D is #10AD72. Grayscale: #878787. Windows color (decimal): -1092979 or 9261807. OLE color: 9261807.

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

Color convert

RGB 239 82 141 -
CMYK 0 0.66 0.41 0.06
HSL 337.45º 0.83% 0.63% -
HSV(B) 337.45º 0.66% 0.94% -
XYZ 43.42 26.31 27.99 -
YUV 135.67 131.01 201.7 -
System Red Green Blue C M Y K H S L
Decimal 239 82 141 0 0.66 0.41 0.06 337.45 0.83 0.63
Hex EF 52 8D 0 42 29 6 151 53 3F
Octal 357 122 215 0 102 51 6 521 123 77
Binary 11101111 1010010 10001101 0 1000010 101001 110 101010001 1010011 111111

Color Harmonies of #EF528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF528D

Black with #EF528D

Text Example


Text Example

White with #EF528D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF528D; }

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

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

background-color css

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

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

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

border-color css

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

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

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