Html Css Color HEX #EF528A French Rose

📋 copy color: '#EF528A'

red 239 ◦ green 82 ◦ blue 138

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

Shades of French Rose #EF528A

Tints of French Rose #EF528A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.07%

R = 52.07%
G = 17.86%
B = 30.07%

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

#EF528A (or 0xEF528A) is known color: French Rose. HEX triplet: EF, 52 and 8A. RGB value is (239,82,138). Sum of RGB (Red+Green+Blue) = 239+82+138=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 82 (32.42% from 255 or 17.86% from 459); Blue value is 138 (54.30% from 255 or 30.07% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EF528A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF528A is #10AD75. Grayscale: #878787. Windows color (decimal): -1092982 or 9065199. OLE color: 9065199.

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

Color convert

RGB 239 82 138 -
CMYK 0 0.66 0.42 0.06
HSL 338.6º 0.83% 0.63% -
HSV(B) 338.6º 0.66% 0.94% -
XYZ 43.2 26.22 26.83 -
YUV 135.33 129.51 201.95 -
System Red Green Blue C M Y K H S L
Decimal 239 82 138 0 0.66 0.42 0.06 338.6 0.83 0.63
Hex EF 52 8A 0 42 2A 6 153 53 3F
Octal 357 122 212 0 102 52 6 523 123 77
Binary 11101111 1010010 10001010 0 1000010 101010 110 101010011 1010011 111111

Color Harmonies of #EF528A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF528A

Black with #EF528A

Text Example


Text Example

White with #EF528A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF528A; }

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

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

background-color css

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

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

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

border-color css

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

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

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