Html Css Color HEX #EE4A9A French Rose

📋 copy color: '#EE4A9A'

red 238 ◦ green 74 ◦ blue 154

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

Shades of French Rose #EE4A9A

Tints of French Rose #EE4A9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 33.05%

R = 51.07%
G = 15.88%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EE4A9A (or 0xEE4A9A) is known color: French Rose. HEX triplet: EE, 4A and 9A. RGB value is (238,74,154). Sum of RGB (Red+Green+Blue) = 238+74+154=466 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.07% from 466); Green value is 74 (29.30% from 255 or 15.88% from 466); Blue value is 154 (60.55% from 255 or 33.05% from 466); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4A9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE4A9A is #11B565. Grayscale: #848484. Windows color (decimal): -1160550 or 10111726. OLE color: 10111726.

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

Color convert

RGB 238 74 154 -
CMYK 0 0.69 0.35 0.07
HSL 330.73º 0.83% 0.61% -
HSV(B) 330.73º 0.69% 0.93% -
XYZ 43.54 25.41 33.18 -
YUV 132.16 140.33 203.5 -
System Red Green Blue C M Y K H S L
Decimal 238 74 154 0 0.69 0.35 0.07 330.73 0.83 0.61
Hex EE 4A 9A 0 45 23 7 14B 53 3D
Octal 356 112 232 0 105 43 7 513 123 75
Binary 11101110 1001010 10011010 0 1000101 100011 111 101001011 1010011 111101

Color Harmonies of #EE4A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4A9A

Black with #EE4A9A

Text Example


Text Example

White with #EE4A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4A9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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