Html Css Color HEX #EF528B French Rose

📋 copy color: '#EF528B'

red 239 ◦ green 82 ◦ blue 139

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

Shades of French Rose #EF528B

Tints of French Rose #EF528B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.22%

R = 51.96%
G = 17.83%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EF528B (or 0xEF528B) is known color: French Rose. HEX triplet: EF, 52 and 8B. RGB value is (239,82,139). Sum of RGB (Red+Green+Blue) = 239+82+139=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 82 (32.42% from 255 or 17.83% from 460); Blue value is 139 (54.69% from 255 or 30.22% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EF528B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF528B is #10AD74. Grayscale: #878787. Windows color (decimal): -1092981 or 9130735. OLE color: 9130735.

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

Color convert

RGB 239 82 139 -
CMYK 0 0.66 0.42 0.06
HSL 338.22º 0.83% 0.63% -
HSV(B) 338.22º 0.66% 0.94% -
XYZ 43.27 26.25 27.21 -
YUV 135.44 130.01 201.87 -
System Red Green Blue C M Y K H S L
Decimal 239 82 139 0 0.66 0.42 0.06 338.22 0.83 0.63
Hex EF 52 8B 0 42 2A 6 152 53 3F
Octal 357 122 213 0 102 52 6 522 123 77
Binary 11101111 1010010 10001011 0 1000010 101010 110 101010010 1010011 111111

Color Harmonies of #EF528B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF528B

Black with #EF528B

Text Example


Text Example

White with #EF528B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF528B; }

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

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

background-color css

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

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

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

border-color css

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

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

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