Html Css Color HEX #EE4894 French Rose

📋 copy color: '#EE4894'

red 238 ◦ green 72 ◦ blue 148

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

Shades of French Rose #EE4894

Tints of French Rose #EE4894

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.72%

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

R = 51.97%
G = 15.72%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EE4894 (or 0xEE4894) is known color: French Rose. HEX triplet: EE, 48 and 94. RGB value is (238,72,148). Sum of RGB (Red+Green+Blue) = 238+72+148=458 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.97% from 458); Green value is 72 (28.52% from 255 or 15.72% from 458); Blue value is 148 (58.20% from 255 or 32.31% from 458); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4894 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE4894 is #11B76B. Grayscale: #828282. Windows color (decimal): -1161068 or 9717998. OLE color: 9717998.

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

Color convert

RGB 238 72 148 -
CMYK 0 0.70 0.38 0.07
HSL 332.53º 0.83% 0.61% -
HSV(B) 332.53º 0.7% 0.93% -
XYZ 42.92 24.95 30.57 -
YUV 130.3 138 204.82 -
System Red Green Blue C M Y K H S L
Decimal 238 72 148 0 0.70 0.38 0.07 332.53 0.83 0.61
Hex EE 48 94 0 46 26 7 14D 53 3D
Octal 356 110 224 0 106 46 7 515 123 75
Binary 11101110 1001000 10010100 0 1000110 100110 111 101001101 1010011 111101

Color Harmonies of #EE4894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4894

Black with #EE4894

Text Example


Text Example

White with #EE4894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4894; }

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

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

background-color css

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

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

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

border-color css

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

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

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