Html Css Color HEX #E3468D French Rose

📋 copy color: '#E3468D'

red 227 ◦ green 70 ◦ blue 141

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

Shades of French Rose #E3468D

Tints of French Rose #E3468D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.19%

R = 51.83%
G = 15.98%
B = 32.19%

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

#E3468D (or 0xE3468D) is known color: French Rose. HEX triplet: E3, 46 and 8D. RGB value is (227,70,141). Sum of RGB (Red+Green+Blue) = 227+70+141=438 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.83% from 438); Green value is 70 (27.73% from 255 or 15.98% from 438); Blue value is 141 (55.47% from 255 or 32.19% from 438); Max value from RGB is 227 - color contains mainly: red. Hex color #E3468D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E3468D is #1CB972. Grayscale: #7C7C7C. Windows color (decimal): -1882483 or 9258723. OLE color: 9258723.

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

Color convert

RGB 227 70 141 -
CMYK 0 0.69 0.38 0.11
HSL 332.87º 0.74% 0.58% -
HSV(B) 332.87º 0.69% 0.89% -
XYZ 38.68 22.63 27.53 -
YUV 125.04 137.01 200.73 -
System Red Green Blue C M Y K H S L
Decimal 227 70 141 0 0.69 0.38 0.11 332.87 0.74 0.58
Hex E3 46 8D 0 45 26 B 14D 4A 3A
Octal 343 106 215 0 105 46 13 515 112 72
Binary 11100011 1000110 10001101 0 1000101 100110 1011 101001101 1001010 111010

Color Harmonies of #E3468D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3468D

Black with #E3468D

Text Example


Text Example

White with #E3468D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3468D; }

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

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

background-color css

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

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

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

border-color css

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

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

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