Html Css Color HEX #E24A9D French Rose

📋 copy color: '#E24A9D'

red 226 ◦ green 74 ◦ blue 157

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

Shades of French Rose #E24A9D

Tints of French Rose #E24A9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 34.35%

R = 49.45%
G = 16.19%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#E24A9D (or 0xE24A9D) is known color: French Rose. HEX triplet: E2, 4A and 9D. RGB value is (226,74,157). Sum of RGB (Red+Green+Blue) = 226+74+157=457 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.45% from 457); Green value is 74 (29.30% from 255 or 16.19% from 457); Blue value is 157 (61.72% from 255 or 34.35% from 457); Max value from RGB is 226 - color contains mainly: red. Hex color #E24A9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E24A9D is #1DB562. Grayscale: #808080. Windows color (decimal): -1946979 or 10308322. OLE color: 10308322.

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

Color convert

RGB 226 74 157 -
CMYK 0 0.67 0.31 0.11
HSL 327.24º 0.72% 0.59% -
HSV(B) 327.24º 0.67% 0.89% -
XYZ 39.9 23.5 34.33 -
YUV 128.91 143.86 197.25 -
System Red Green Blue C M Y K H S L
Decimal 226 74 157 0 0.67 0.31 0.11 327.24 0.72 0.59
Hex E2 4A 9D 0 43 1F B 147 48 3B
Octal 342 112 235 0 103 37 13 507 110 73
Binary 11100010 1001010 10011101 0 1000011 11111 1011 101000111 1001000 111011

Color Harmonies of #E24A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24A9D

Black with #E24A9D

Text Example


Text Example

White with #E24A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24A9D; }

 p { color: rgb(226,74,157); }

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

background-color css

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

 a { background-color: rgb(226,74,157); }

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

border-color css

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

 span { border-color: rgb(226,74,157); }

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