Html Css Color HEX #EE528F French Rose

📋 copy color: '#EE528F'

red 238 ◦ green 82 ◦ blue 143

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

Shades of French Rose #EE528F

Tints of French Rose #EE528F

RGB

 RED value IS 238 (93.36% from 255) = 51.4%

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

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

R = 51.4%
G = 17.71%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EE528F (or 0xEE528F) is known color: French Rose. HEX triplet: EE, 52 and 8F. RGB value is (238,82,143). Sum of RGB (Red+Green+Blue) = 238+82+143=463 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.40% from 463); Green value is 82 (32.42% from 255 or 17.71% from 463); Blue value is 143 (56.25% from 255 or 30.89% from 463); Max value from RGB is 238 - color contains mainly: red. Hex color #EE528F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE528F is #11AD70. Grayscale: #878787. Windows color (decimal): -1158513 or 9392878. OLE color: 9392878.

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

Color convert

RGB 238 82 143 -
CMYK 0 0.66 0.40 0.07
HSL 336.54º 0.82% 0.63% -
HSV(B) 336.54º 0.66% 0.93% -
XYZ 43.24 26.19 28.76 -
YUV 135.6 132.18 201.04 -
System Red Green Blue C M Y K H S L
Decimal 238 82 143 0 0.66 0.40 0.07 336.54 0.82 0.63
Hex EE 52 8F 0 42 28 7 151 52 3F
Octal 356 122 217 0 102 50 7 521 122 77
Binary 11101110 1010010 10001111 0 1000010 101000 111 101010001 1010010 111111

Color Harmonies of #EE528F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE528F

Black with #EE528F

Text Example


Text Example

White with #EE528F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE528F; }

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

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

background-color css

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

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

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

border-color css

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

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

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