Html Css Color HEX #EE4D94 French Rose

📋 copy color: '#EE4D94'

red 238 ◦ green 77 ◦ blue 148

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

Shades of French Rose #EE4D94

Tints of French Rose #EE4D94

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.63%

 BLUE value IS 148 (58.2% from 255) = 31.97%

R = 51.4%
G = 16.63%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EE4D94 (or 0xEE4D94) is known color: French Rose. HEX triplet: EE, 4D and 94. RGB value is (238,77,148). Sum of RGB (Red+Green+Blue) = 238+77+148=463 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.40% from 463); Green value is 77 (30.47% from 255 or 16.63% from 463); Blue value is 148 (58.20% from 255 or 31.97% from 463); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4D94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE4D94 is #11B26B. Grayscale: #858585. Windows color (decimal): -1159788 or 9719278. OLE color: 9719278.

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

Color convert

RGB 238 77 148 -
CMYK 0 0.68 0.38 0.07
HSL 333.54º 0.83% 0.62% -
HSV(B) 333.54º 0.68% 0.93% -
XYZ 43.26 25.62 30.68 -
YUV 133.23 136.34 202.73 -
System Red Green Blue C M Y K H S L
Decimal 238 77 148 0 0.68 0.38 0.07 333.54 0.83 0.62
Hex EE 4D 94 0 44 26 7 14E 53 3E
Octal 356 115 224 0 104 46 7 516 123 76
Binary 11101110 1001101 10010100 0 1000100 100110 111 101001110 1010011 111110

Color Harmonies of #EE4D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4D94

Black with #EE4D94

Text Example


Text Example

White with #EE4D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4D94; }

 p { color: rgb(238,77,148); }

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

background-color css

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

 a { background-color: rgb(238,77,148); }

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

border-color css

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

 span { border-color: rgb(238,77,148); }

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