Html Css Color HEX #EE4996 French Rose

📋 copy color: '#EE4996'

red 238 ◦ green 73 ◦ blue 150

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

Shades of French Rose #EE4996

Tints of French Rose #EE4996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 32.54%

R = 51.63%
G = 15.84%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EE4996 (or 0xEE4996) is known color: French Rose. HEX triplet: EE, 49 and 96. RGB value is (238,73,150). Sum of RGB (Red+Green+Blue) = 238+73+150=461 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.63% from 461); Green value is 73 (28.91% from 255 or 15.84% from 461); Blue value is 150 (58.98% from 255 or 32.54% from 461); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4996 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE4996 is #11B669. Grayscale: #828282. Windows color (decimal): -1160810 or 9849326. OLE color: 9849326.

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

Color convert

RGB 238 73 150 -
CMYK 0 0.69 0.37 0.07
HSL 332º 0.83% 0.61% -
HSV(B) 332º 0.69% 0.93% -
XYZ 43.15 25.14 31.43 -
YUV 131.11 138.66 204.24 -
System Red Green Blue C M Y K H S L
Decimal 238 73 150 0 0.69 0.37 0.07 332 0.83 0.61
Hex EE 49 96 0 45 25 7 14C 53 3D
Octal 356 111 226 0 105 45 7 514 123 75
Binary 11101110 1001001 10010110 0 1000101 100101 111 101001100 1010011 111101

Color Harmonies of #EE4996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4996

Black with #EE4996

Text Example


Text Example

White with #EE4996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4996; }

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

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

background-color css

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

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

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

border-color css

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

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

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