Html Css Color HEX #EE4985 French Rose

📋 copy color: '#EE4985'

red 238 ◦ green 73 ◦ blue 133

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

Shades of French Rose #EE4985

Tints of French Rose #EE4985

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.44%

 BLUE value IS 133 (52.34% from 255) = 29.95%

R = 53.6%
G = 16.44%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EE4985 (or 0xEE4985) is known color: French Rose. HEX triplet: EE, 49 and 85. RGB value is (238,73,133). Sum of RGB (Red+Green+Blue) = 238+73+133=444 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.60% from 444); Green value is 73 (28.91% from 255 or 16.44% from 444); Blue value is 133 (52.34% from 255 or 29.95% from 444); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4985 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE4985 is #11B67A. Grayscale: #818181. Windows color (decimal): -1160827 or 8735214. OLE color: 8735214.

HSL color Cylindrical-coordinate representation of color #EE4985: hue angle of 338.18º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EE4985 is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 73 133 -
CMYK 0 0.69 0.44 0.07
HSL 338.18º 0.83% 0.61% -
HSV(B) 338.18º 0.69% 0.93% -
XYZ 41.88 24.64 24.74 -
YUV 129.18 130.16 205.62 -
System Red Green Blue C M Y K H S L
Decimal 238 73 133 0 0.69 0.44 0.07 338.18 0.83 0.61
Hex EE 49 85 0 45 2C 7 152 53 3D
Octal 356 111 205 0 105 54 7 522 123 75
Binary 11101110 1001001 10000101 0 1000101 101100 111 101010010 1010011 111101

Color Harmonies of #EE4985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4985

Black with #EE4985

Text Example


Text Example

White with #EE4985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4985; }

 p { color: rgb(238,73,133); }

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

background-color css

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

 a { background-color: rgb(238,73,133); }

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

border-color css

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

 span { border-color: rgb(238,73,133); }

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