Html Css Color HEX #E2468F French Rose

📋 copy color: '#E2468F'

red 226 ◦ green 70 ◦ blue 143

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

Shades of French Rose #E2468F

Tints of French Rose #E2468F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 32.57%

R = 51.48%
G = 15.95%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#E2468F (or 0xE2468F) is known color: French Rose. HEX triplet: E2, 46 and 8F. RGB value is (226,70,143). Sum of RGB (Red+Green+Blue) = 226+70+143=439 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.48% from 439); Green value is 70 (27.73% from 255 or 15.95% from 439); Blue value is 143 (56.25% from 255 or 32.57% from 439); Max value from RGB is 226 - color contains mainly: red. Hex color #E2468F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2468F is #1DB970. Grayscale: #7C7C7C. Windows color (decimal): -1948017 or 9389794. OLE color: 9389794.

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

Color convert

RGB 226 70 143 -
CMYK 0 0.69 0.37 0.11
HSL 331.92º 0.73% 0.58% -
HSV(B) 331.92º 0.69% 0.89% -
XYZ 38.51 22.53 28.31 -
YUV 124.97 138.18 200.06 -
System Red Green Blue C M Y K H S L
Decimal 226 70 143 0 0.69 0.37 0.11 331.92 0.73 0.58
Hex E2 46 8F 0 45 25 B 14C 49 3A
Octal 342 106 217 0 105 45 13 514 111 72
Binary 11100010 1000110 10001111 0 1000101 100101 1011 101001100 1001001 111010

Color Harmonies of #E2468F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2468F

Black with #E2468F

Text Example


Text Example

White with #E2468F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2468F; }

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

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

background-color css

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

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

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

border-color css

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

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

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