Html Css Color HEX #E3468A French Rose

📋 copy color: '#E3468A'

red 227 ◦ green 70 ◦ blue 138

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

Shades of French Rose #E3468A

Tints of French Rose #E3468A

RGB

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

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

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

R = 52.18%
G = 16.09%
B = 31.72%

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

#E3468A (or 0xE3468A) is known color: French Rose. HEX triplet: E3, 46 and 8A. RGB value is (227,70,138). Sum of RGB (Red+Green+Blue) = 227+70+138=435 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.18% from 435); Green value is 70 (27.73% from 255 or 16.09% from 435); Blue value is 138 (54.30% from 255 or 31.72% from 435); Max value from RGB is 227 - color contains mainly: red. Hex color #E3468A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E3468A is #1CB975. Grayscale: #7C7C7C. Windows color (decimal): -1882486 or 9062115. OLE color: 9062115.

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

Color convert

RGB 227 70 138 -
CMYK 0 0.69 0.39 0.11
HSL 334.01º 0.74% 0.58% -
HSV(B) 334.01º 0.69% 0.89% -
XYZ 38.46 22.55 26.37 -
YUV 124.7 135.51 200.97 -
System Red Green Blue C M Y K H S L
Decimal 227 70 138 0 0.69 0.39 0.11 334.01 0.74 0.58
Hex E3 46 8A 0 45 27 B 14E 4A 3A
Octal 343 106 212 0 105 47 13 516 112 72
Binary 11100011 1000110 10001010 0 1000101 100111 1011 101001110 1001010 111010

Color Harmonies of #E3468A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3468A

Black with #E3468A

Text Example


Text Example

White with #E3468A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3468A; }

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

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

background-color css

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

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

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

border-color css

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

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

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