Html Css Color HEX #E2468C French Rose

📋 copy color: '#E2468C'

red 226 ◦ green 70 ◦ blue 140

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

Shades of French Rose #E2468C

Tints of French Rose #E2468C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.11%

R = 51.83%
G = 16.06%
B = 32.11%

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

#E2468C (or 0xE2468C) is known color: French Rose. HEX triplet: E2, 46 and 8C. RGB value is (226,70,140). Sum of RGB (Red+Green+Blue) = 226+70+140=436 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.83% from 436); Green value is 70 (27.73% from 255 or 16.06% from 436); Blue value is 140 (55.08% from 255 or 32.11% from 436); Max value from RGB is 226 - color contains mainly: red. Hex color #E2468C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2468C is #1DB973. Grayscale: #7C7C7C. Windows color (decimal): -1948020 or 9193186. OLE color: 9193186.

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

Color convert

RGB 226 70 140 -
CMYK 0 0.69 0.38 0.11
HSL 333.08º 0.73% 0.58% -
HSV(B) 333.08º 0.69% 0.89% -
XYZ 38.29 22.44 27.12 -
YUV 124.62 136.68 200.31 -
System Red Green Blue C M Y K H S L
Decimal 226 70 140 0 0.69 0.38 0.11 333.08 0.73 0.58
Hex E2 46 8C 0 45 26 B 14D 49 3A
Octal 342 106 214 0 105 46 13 515 111 72
Binary 11100010 1000110 10001100 0 1000101 100110 1011 101001101 1001001 111010

Color Harmonies of #E2468C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2468C

Black with #E2468C

Text Example


Text Example

White with #E2468C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2468C; }

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

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

background-color css

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

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

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

border-color css

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

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

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