Html Css Color HEX #E3468C French Rose

📋 copy color: '#E3468C'

red 227 ◦ green 70 ◦ blue 140

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

Shades of French Rose #E3468C

Tints of French Rose #E3468C

RGB

 RED value IS 227 (89.06% from 255) = 51.95%

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

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

R = 51.95%
G = 16.02%
B = 32.04%

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

#E3468C (or 0xE3468C) is known color: French Rose. HEX triplet: E3, 46 and 8C. RGB value is (227,70,140). Sum of RGB (Red+Green+Blue) = 227+70+140=437 (57% of max value = 765). Red value is 227 (89.06% from 255 or 51.95% from 437); Green value is 70 (27.73% from 255 or 16.02% from 437); Blue value is 140 (55.08% from 255 or 32.04% from 437); Max value from RGB is 227 - color contains mainly: red. Hex color #E3468C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E3468C is #1CB973. Grayscale: #7C7C7C. Windows color (decimal): -1882484 or 9193187. OLE color: 9193187.

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

Color convert

RGB 227 70 140 -
CMYK 0 0.69 0.38 0.11
HSL 333.25º 0.74% 0.58% -
HSV(B) 333.25º 0.69% 0.89% -
XYZ 38.6 22.6 27.14 -
YUV 124.92 136.51 200.81 -
System Red Green Blue C M Y K H S L
Decimal 227 70 140 0 0.69 0.38 0.11 333.25 0.74 0.58
Hex E3 46 8C 0 45 26 B 14D 4A 3A
Octal 343 106 214 0 105 46 13 515 112 72
Binary 11100011 1000110 10001100 0 1000101 100110 1011 101001101 1001010 111010

Color Harmonies of #E3468C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3468C

Black with #E3468C

Text Example


Text Example

White with #E3468C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3468C; }

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

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

background-color css

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

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

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

border-color css

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

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

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