Html Css Color HEX #EE528D French Rose

📋 copy color: '#EE528D'

red 238 ◦ green 82 ◦ blue 141

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

Shades of French Rose #EE528D

Tints of French Rose #EE528D

RGB

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

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

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

R = 51.63%
G = 17.79%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EE528D (or 0xEE528D) is known color: French Rose. HEX triplet: EE, 52 and 8D. RGB value is (238,82,141). Sum of RGB (Red+Green+Blue) = 238+82+141=461 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.63% from 461); Green value is 82 (32.42% from 255 or 17.79% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 238 - color contains mainly: red. Hex color #EE528D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE528D is #11AD72. Grayscale: #878787. Windows color (decimal): -1158515 or 9261806. OLE color: 9261806.

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

Color convert

RGB 238 82 141 -
CMYK 0 0.66 0.41 0.07
HSL 337.31º 0.82% 0.63% -
HSV(B) 337.31º 0.66% 0.93% -
XYZ 43.08 26.13 27.97 -
YUV 135.37 131.18 201.2 -
System Red Green Blue C M Y K H S L
Decimal 238 82 141 0 0.66 0.41 0.07 337.31 0.82 0.63
Hex EE 52 8D 0 42 29 7 151 52 3F
Octal 356 122 215 0 102 51 7 521 122 77
Binary 11101110 1010010 10001101 0 1000010 101001 111 101010001 1010010 111111

Color Harmonies of #EE528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE528D

Black with #EE528D

Text Example


Text Example

White with #EE528D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE528D; }

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

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

background-color css

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

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

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

border-color css

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

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

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