Html Css Color HEX #EE5390 French Rose

📋 copy color: '#EE5390'

red 238 ◦ green 83 ◦ blue 144

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

Shades of French Rose #EE5390

Tints of French Rose #EE5390

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.85%

 BLUE value IS 144 (56.64% from 255) = 30.97%

R = 51.18%
G = 17.85%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EE5390 (or 0xEE5390) is known color: French Rose. HEX triplet: EE, 53 and 90. RGB value is (238,83,144). Sum of RGB (Red+Green+Blue) = 238+83+144=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 83 (32.81% from 255 or 17.85% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5390 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5390 is #11AC6F. Grayscale: #888888. Windows color (decimal): -1158256 or 9458670. OLE color: 9458670.

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

Color convert

RGB 238 83 144 -
CMYK 0 0.65 0.39 0.07
HSL 336.39º 0.82% 0.63% -
HSV(B) 336.39º 0.65% 0.93% -
XYZ 43.39 26.38 29.19 -
YUV 136.3 132.35 200.54 -
System Red Green Blue C M Y K H S L
Decimal 238 83 144 0 0.65 0.39 0.07 336.39 0.82 0.63
Hex EE 53 90 0 41 27 7 150 52 3F
Octal 356 123 220 0 101 47 7 520 122 77
Binary 11101110 1010011 10010000 0 1000001 100111 111 101010000 1010010 111111

Color Harmonies of #EE5390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5390

Black with #EE5390

Text Example


Text Example

White with #EE5390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5390; }

 p { color: rgb(238,83,144); }

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

background-color css

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

 a { background-color: rgb(238,83,144); }

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

border-color css

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

 span { border-color: rgb(238,83,144); }

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