Html Css Color HEX #EE508F French Rose

📋 copy color: '#EE508F'

red 238 ◦ green 80 ◦ blue 143

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

Shades of French Rose #EE508F

Tints of French Rose #EE508F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.35%

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

R = 51.63%
G = 17.35%
B = 31.02%

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

#EE508F (or 0xEE508F) is known color: French Rose. HEX triplet: EE, 50 and 8F. RGB value is (238,80,143). Sum of RGB (Red+Green+Blue) = 238+80+143=461 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.63% from 461); Green value is 80 (31.64% from 255 or 17.35% from 461); Blue value is 143 (56.25% from 255 or 31.02% from 461); Max value from RGB is 238 - color contains mainly: red. Hex color #EE508F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE508F is #11AF70. Grayscale: #868686. Windows color (decimal): -1159025 or 9392366. OLE color: 9392366.

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

Color convert

RGB 238 80 143 -
CMYK 0 0.66 0.40 0.07
HSL 336.08º 0.82% 0.62% -
HSV(B) 336.08º 0.66% 0.93% -
XYZ 43.09 25.9 28.71 -
YUV 134.42 132.85 201.88 -
System Red Green Blue C M Y K H S L
Decimal 238 80 143 0 0.66 0.40 0.07 336.08 0.82 0.62
Hex EE 50 8F 0 42 28 7 150 52 3E
Octal 356 120 217 0 102 50 7 520 122 76
Binary 11101110 1010000 10001111 0 1000010 101000 111 101010000 1010010 111110

Color Harmonies of #EE508F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE508F

Black with #EE508F

Text Example


Text Example

White with #EE508F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE508F; }

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

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

background-color css

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

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

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

border-color css

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

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

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