Html Css Color HEX #EE528B French Rose

📋 copy color: '#EE528B'

red 238 ◦ green 82 ◦ blue 139

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

Shades of French Rose #EE528B

Tints of French Rose #EE528B

RGB

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

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

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

R = 51.85%
G = 17.86%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EE528B (or 0xEE528B) is known color: French Rose. HEX triplet: EE, 52 and 8B. RGB value is (238,82,139). Sum of RGB (Red+Green+Blue) = 238+82+139=459 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.85% from 459); Green value is 82 (32.42% from 255 or 17.86% from 459); Blue value is 139 (54.69% from 255 or 30.28% from 459); Max value from RGB is 238 - color contains mainly: red. Hex color #EE528B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE528B is #11AD74. Grayscale: #878787. Windows color (decimal): -1158517 or 9130734. OLE color: 9130734.

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

Color convert

RGB 238 82 139 -
CMYK 0 0.66 0.42 0.07
HSL 338.08º 0.82% 0.63% -
HSV(B) 338.08º 0.66% 0.93% -
XYZ 42.94 26.08 27.2 -
YUV 135.14 130.18 201.37 -
System Red Green Blue C M Y K H S L
Decimal 238 82 139 0 0.66 0.42 0.07 338.08 0.82 0.63
Hex EE 52 8B 0 42 2A 7 152 52 3F
Octal 356 122 213 0 102 52 7 522 122 77
Binary 11101110 1010010 10001011 0 1000010 101010 111 101010010 1010010 111111

Color Harmonies of #EE528B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE528B

Black with #EE528B

Text Example


Text Example

White with #EE528B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE528B; }

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

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

background-color css

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

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

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

border-color css

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

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

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