Html Css Color HEX #E2468A French Rose

📋 copy color: '#E2468A'

red 226 ◦ green 70 ◦ blue 138

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

Shades of French Rose #E2468A

Tints of French Rose #E2468A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.8%

R = 52.07%
G = 16.13%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.39

 K value IS 0.11

RGB Variations

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

Color information

#E2468A (or 0xE2468A) is known color: French Rose. HEX triplet: E2, 46 and 8A. RGB value is (226,70,138). Sum of RGB (Red+Green+Blue) = 226+70+138=434 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.07% from 434); Green value is 70 (27.73% from 255 or 16.13% from 434); Blue value is 138 (54.30% from 255 or 31.80% from 434); Max value from RGB is 226 - color contains mainly: red. Hex color #E2468A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2468A is #1DB975. Grayscale: #7C7C7C. Windows color (decimal): -1948022 or 9062114. OLE color: 9062114.

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

Color convert

RGB 226 70 138 -
CMYK 0 0.69 0.39 0.11
HSL 333.85º 0.73% 0.58% -
HSV(B) 333.85º 0.69% 0.89% -
XYZ 38.14 22.38 26.36 -
YUV 124.4 135.68 200.47 -
System Red Green Blue C M Y K H S L
Decimal 226 70 138 0 0.69 0.39 0.11 333.85 0.73 0.58
Hex E2 46 8A 0 45 27 B 14E 49 3A
Octal 342 106 212 0 105 47 13 516 111 72
Binary 11100010 1000110 10001010 0 1000101 100111 1011 101001110 1001001 111010

Color Harmonies of #E2468A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2468A

Black with #E2468A

Text Example


Text Example

White with #E2468A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2468A; }

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

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

background-color css

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

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

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

border-color css

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

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

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