Html Css Color HEX #EE4A85 French Rose

📋 copy color: '#EE4A85'

red 238 ◦ green 74 ◦ blue 133

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

Shades of French Rose #EE4A85

Tints of French Rose #EE4A85

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.63%

 BLUE value IS 133 (52.34% from 255) = 29.89%

R = 53.48%
G = 16.63%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EE4A85 (or 0xEE4A85) is known color: French Rose. HEX triplet: EE, 4A and 85. RGB value is (238,74,133). Sum of RGB (Red+Green+Blue) = 238+74+133=445 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.48% from 445); Green value is 74 (29.30% from 255 or 16.63% from 445); Blue value is 133 (52.34% from 255 or 29.89% from 445); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4A85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE4A85 is #11B57A. Grayscale: #818181. Windows color (decimal): -1160571 or 8735470. OLE color: 8735470.

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

Color convert

RGB 238 74 133 -
CMYK 0 0.69 0.44 0.07
HSL 338.41º 0.83% 0.61% -
HSV(B) 338.41º 0.69% 0.93% -
XYZ 41.94 24.77 24.76 -
YUV 129.76 129.83 205.2 -
System Red Green Blue C M Y K H S L
Decimal 238 74 133 0 0.69 0.44 0.07 338.41 0.83 0.61
Hex EE 4A 85 0 45 2C 7 152 53 3D
Octal 356 112 205 0 105 54 7 522 123 75
Binary 11101110 1001010 10000101 0 1000101 101100 111 101010010 1010011 111101

Color Harmonies of #EE4A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4A85

Black with #EE4A85

Text Example


Text Example

White with #EE4A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4A85; }

 p { color: rgb(238,74,133); }

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

background-color css

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

 a { background-color: rgb(238,74,133); }

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

border-color css

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

 span { border-color: rgb(238,74,133); }

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