Html Css Color HEX #EE4895 French Rose

📋 copy color: '#EE4895'

red 238 ◦ green 72 ◦ blue 149

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

Shades of French Rose #EE4895

Tints of French Rose #EE4895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 32.46%

R = 51.85%
G = 15.69%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EE4895 (or 0xEE4895) is known color: French Rose. HEX triplet: EE, 48 and 95. RGB value is (238,72,149). Sum of RGB (Red+Green+Blue) = 238+72+149=459 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.85% from 459); Green value is 72 (28.52% from 255 or 15.69% from 459); Blue value is 149 (58.59% from 255 or 32.46% from 459); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4895 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE4895 is #11B76A. Grayscale: #828282. Windows color (decimal): -1161067 or 9783534. OLE color: 9783534.

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

Color convert

RGB 238 72 149 -
CMYK 0 0.70 0.37 0.07
HSL 332.17º 0.83% 0.61% -
HSV(B) 332.17º 0.7% 0.93% -
XYZ 43 24.98 30.99 -
YUV 130.41 138.5 204.74 -
System Red Green Blue C M Y K H S L
Decimal 238 72 149 0 0.70 0.37 0.07 332.17 0.83 0.61
Hex EE 48 95 0 46 25 7 14C 53 3D
Octal 356 110 225 0 106 45 7 514 123 75
Binary 11101110 1001000 10010101 0 1000110 100101 111 101001100 1010011 111101

Color Harmonies of #EE4895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4895

Black with #EE4895

Text Example


Text Example

White with #EE4895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4895; }

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

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

background-color css

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

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

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

border-color css

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

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

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