Html Css Color HEX #E2489C French Rose

📋 copy color: '#E2489C'

red 226 ◦ green 72 ◦ blue 156

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

Shades of French Rose #E2489C

Tints of French Rose #E2489C

RGB

 RED value IS 226 (88.67% from 255) = 49.78%

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

 BLUE value IS 156 (61.33% from 255) = 34.36%

R = 49.78%
G = 15.86%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#E2489C (or 0xE2489C) is known color: French Rose. HEX triplet: E2, 48 and 9C. RGB value is (226,72,156). Sum of RGB (Red+Green+Blue) = 226+72+156=454 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.78% from 454); Green value is 72 (28.52% from 255 or 15.86% from 454); Blue value is 156 (61.33% from 255 or 34.36% from 454); Max value from RGB is 226 - color contains mainly: red. Hex color #E2489C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2489C is #1DB763. Grayscale: #7F7F7F. Windows color (decimal): -1947492 or 10242274. OLE color: 10242274.

HSL color Cylindrical-coordinate representation of color #E2489C: hue angle of 327.27º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E2489C is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 72 156 -
CMYK 0 0.68 0.31 0.11
HSL 327.27º 0.73% 0.58% -
HSV(B) 327.27º 0.68% 0.89% -
XYZ 39.68 23.2 33.84 -
YUV 127.62 144.02 198.17 -
System Red Green Blue C M Y K H S L
Decimal 226 72 156 0 0.68 0.31 0.11 327.27 0.73 0.58
Hex E2 48 9C 0 44 1F B 147 49 3A
Octal 342 110 234 0 104 37 13 507 111 72
Binary 11100010 1001000 10011100 0 1000100 11111 1011 101000111 1001001 111010

Color Harmonies of #E2489C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2489C

Black with #E2489C

Text Example


Text Example

White with #E2489C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2489C; }

 p { color: rgb(226,72,156); }

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

background-color css

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

 a { background-color: rgb(226,72,156); }

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

border-color css

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

 span { border-color: rgb(226,72,156); }

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