Html Css Color HEX #E2468D French Rose

📋 copy color: '#E2468D'

red 226 ◦ green 70 ◦ blue 141

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

Shades of French Rose #E2468D

Tints of French Rose #E2468D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.27%

R = 51.72%
G = 16.02%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E2468D (or 0xE2468D) is known color: French Rose. HEX triplet: E2, 46 and 8D. RGB value is (226,70,141). Sum of RGB (Red+Green+Blue) = 226+70+141=437 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.72% from 437); Green value is 70 (27.73% from 255 or 16.02% from 437); Blue value is 141 (55.47% from 255 or 32.27% from 437); Max value from RGB is 226 - color contains mainly: red. Hex color #E2468D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2468D is #1DB972. Grayscale: #7C7C7C. Windows color (decimal): -1948019 or 9258722. OLE color: 9258722.

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

Color convert

RGB 226 70 141 -
CMYK 0 0.69 0.38 0.11
HSL 332.69º 0.73% 0.58% -
HSV(B) 332.69º 0.69% 0.89% -
XYZ 38.36 22.47 27.51 -
YUV 124.74 137.18 200.23 -
System Red Green Blue C M Y K H S L
Decimal 226 70 141 0 0.69 0.38 0.11 332.69 0.73 0.58
Hex E2 46 8D 0 45 26 B 14D 49 3A
Octal 342 106 215 0 105 46 13 515 111 72
Binary 11100010 1000110 10001101 0 1000101 100110 1011 101001101 1001001 111010

Color Harmonies of #E2468D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2468D

Black with #E2468D

Text Example


Text Example

White with #E2468D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2468D; }

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

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

background-color css

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

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

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

border-color css

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

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

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