Html Css Color HEX #EE4D84 French Rose

📋 copy color: '#EE4D84'

red 238 ◦ green 77 ◦ blue 132

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

Shades of French Rose #EE4D84

Tints of French Rose #EE4D84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 29.53%

R = 53.24%
G = 17.23%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EE4D84 (or 0xEE4D84) is known color: French Rose. HEX triplet: EE, 4D and 84. RGB value is (238,77,132). Sum of RGB (Red+Green+Blue) = 238+77+132=447 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.24% from 447); Green value is 77 (30.47% from 255 or 17.23% from 447); Blue value is 132 (51.95% from 255 or 29.53% from 447); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4D84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE4D84 is #11B27B. Grayscale: #838383. Windows color (decimal): -1159804 or 8670702. OLE color: 8670702.

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

Color convert

RGB 238 77 132 -
CMYK 0 0.68 0.45 0.07
HSL 339.5º 0.83% 0.62% -
HSV(B) 339.5º 0.68% 0.93% -
XYZ 42.08 25.15 24.47 -
YUV 131.41 128.34 204.03 -
System Red Green Blue C M Y K H S L
Decimal 238 77 132 0 0.68 0.45 0.07 339.5 0.83 0.62
Hex EE 4D 84 0 44 2D 7 154 53 3E
Octal 356 115 204 0 104 55 7 524 123 76
Binary 11101110 1001101 10000100 0 1000100 101101 111 101010100 1010011 111110

Color Harmonies of #EE4D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4D84

Black with #EE4D84

Text Example


Text Example

White with #EE4D84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4D84; }

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

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

background-color css

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

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

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

border-color css

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

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

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