Html Css Color HEX #E24692 French Rose

📋 copy color: '#E24692'

red 226 ◦ green 70 ◦ blue 146

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

Shades of French Rose #E24692

Tints of French Rose #E24692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 33.03%

R = 51.13%
G = 15.84%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#E24692 (or 0xE24692) is known color: French Rose. HEX triplet: E2, 46 and 92. RGB value is (226,70,146). Sum of RGB (Red+Green+Blue) = 226+70+146=442 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.13% from 442); Green value is 70 (27.73% from 255 or 15.84% from 442); Blue value is 146 (57.42% from 255 or 33.03% from 442); Max value from RGB is 226 - color contains mainly: red. Hex color #E24692 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E24692 is #1DB96D. Grayscale: #7D7D7D. Windows color (decimal): -1948014 or 9586402. OLE color: 9586402.

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

Color convert

RGB 226 70 146 -
CMYK 0 0.69 0.35 0.11
HSL 330.77º 0.73% 0.58% -
HSV(B) 330.77º 0.69% 0.89% -
XYZ 38.74 22.62 29.52 -
YUV 125.31 139.68 199.82 -
System Red Green Blue C M Y K H S L
Decimal 226 70 146 0 0.69 0.35 0.11 330.77 0.73 0.58
Hex E2 46 92 0 45 23 B 14B 49 3A
Octal 342 106 222 0 105 43 13 513 111 72
Binary 11100010 1000110 10010010 0 1000101 100011 1011 101001011 1001001 111010

Color Harmonies of #E24692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24692

Black with #E24692

Text Example


Text Example

White with #E24692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24692; }

 p { color: rgb(226,70,146); }

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

background-color css

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

 a { background-color: rgb(226,70,146); }

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

border-color css

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

 span { border-color: rgb(226,70,146); }

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