Html Css Color HEX #EE528C French Rose

📋 copy color: '#EE528C'

red 238 ◦ green 82 ◦ blue 140

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

Shades of French Rose #EE528C

Tints of French Rose #EE528C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.43%

R = 51.74%
G = 17.83%
B = 30.43%

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

#EE528C (or 0xEE528C) is known color: French Rose. HEX triplet: EE, 52 and 8C. RGB value is (238,82,140). Sum of RGB (Red+Green+Blue) = 238+82+140=460 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.74% from 460); Green value is 82 (32.42% from 255 or 17.83% from 460); Blue value is 140 (55.08% from 255 or 30.43% from 460); Max value from RGB is 238 - color contains mainly: red. Hex color #EE528C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE528C is #11AD73. Grayscale: #878787. Windows color (decimal): -1158516 or 9196270. OLE color: 9196270.

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

Color convert

RGB 238 82 140 -
CMYK 0 0.66 0.41 0.07
HSL 337.69º 0.82% 0.63% -
HSV(B) 337.69º 0.66% 0.93% -
XYZ 43.01 26.11 27.58 -
YUV 135.26 130.68 201.28 -
System Red Green Blue C M Y K H S L
Decimal 238 82 140 0 0.66 0.41 0.07 337.69 0.82 0.63
Hex EE 52 8C 0 42 29 7 152 52 3F
Octal 356 122 214 0 102 51 7 522 122 77
Binary 11101110 1010010 10001100 0 1000010 101001 111 101010010 1010010 111111

Color Harmonies of #EE528C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE528C

Black with #EE528C

Text Example


Text Example

White with #EE528C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE528C; }

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

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

background-color css

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

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

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

border-color css

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

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

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