Html Css Color HEX #EE4680 French Rose

📋 copy color: '#EE4680'

red 238 ◦ green 70 ◦ blue 128

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

Shades of French Rose #EE4680

Tints of French Rose #EE4680

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.06%

 BLUE value IS 128 (50.39% from 255) = 29.36%

R = 54.59%
G = 16.06%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EE4680 (or 0xEE4680) is known color: French Rose. HEX triplet: EE, 46 and 80. RGB value is (238,70,128). Sum of RGB (Red+Green+Blue) = 238+70+128=436 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.59% from 436); Green value is 70 (27.73% from 255 or 16.06% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4680 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE4680 is #11B97F. Grayscale: #7E7E7E. Windows color (decimal): -1161600 or 8406766. OLE color: 8406766.

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

Color convert

RGB 238 70 128 -
CMYK 0 0.71 0.46 0.07
HSL 339.29º 0.83% 0.6% -
HSV(B) 339.29º 0.71% 0.93% -
XYZ 41.35 24.12 22.9 -
YUV 126.84 128.66 207.28 -
System Red Green Blue C M Y K H S L
Decimal 238 70 128 0 0.71 0.46 0.07 339.29 0.83 0.6
Hex EE 46 80 0 47 2E 7 153 53 3C
Octal 356 106 200 0 107 56 7 523 123 74
Binary 11101110 1000110 10000000 0 1000111 101110 111 101010011 1010011 111100

Color Harmonies of #EE4680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4680

Black with #EE4680

Text Example


Text Example

White with #EE4680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4680; }

 p { color: rgb(238,70,128); }

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

background-color css

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

 a { background-color: rgb(238,70,128); }

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

border-color css

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

 span { border-color: rgb(238,70,128); }

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