Html Css Color HEX #E2468B French Rose

📋 copy color: '#E2468B'

red 226 ◦ green 70 ◦ blue 139

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

Shades of French Rose #E2468B

Tints of French Rose #E2468B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.95%

R = 51.95%
G = 16.09%
B = 31.95%

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

#E2468B (or 0xE2468B) is known color: French Rose. HEX triplet: E2, 46 and 8B. RGB value is (226,70,139). Sum of RGB (Red+Green+Blue) = 226+70+139=435 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.95% from 435); Green value is 70 (27.73% from 255 or 16.09% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 226 - color contains mainly: red. Hex color #E2468B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2468B is #1DB974. Grayscale: #7C7C7C. Windows color (decimal): -1948021 or 9127650. OLE color: 9127650.

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

Color convert

RGB 226 70 139 -
CMYK 0 0.69 0.38 0.11
HSL 333.46º 0.73% 0.58% -
HSV(B) 333.46º 0.69% 0.89% -
XYZ 38.21 22.41 26.74 -
YUV 124.51 136.18 200.39 -
System Red Green Blue C M Y K H S L
Decimal 226 70 139 0 0.69 0.38 0.11 333.46 0.73 0.58
Hex E2 46 8B 0 45 26 B 14D 49 3A
Octal 342 106 213 0 105 46 13 515 111 72
Binary 11100010 1000110 10001011 0 1000101 100110 1011 101001101 1001001 111010

Color Harmonies of #E2468B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2468B

Black with #E2468B

Text Example


Text Example

White with #E2468B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2468B; }

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

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

background-color css

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

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

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

border-color css

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

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

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