Html Css Color HEX #E8468A French Rose

📋 copy color: '#E8468A'

red 232 ◦ green 70 ◦ blue 138

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

Shades of French Rose #E8468A

Tints of French Rose #E8468A

RGB

 RED value IS 232 (91.02% from 255) = 52.73%

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

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

R = 52.73%
G = 15.91%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.09

RGB Variations

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

Color information

#E8468A (or 0xE8468A) is known color: French Rose. HEX triplet: E8, 46 and 8A. RGB value is (232,70,138). Sum of RGB (Red+Green+Blue) = 232+70+138=440 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.73% from 440); Green value is 70 (27.73% from 255 or 15.91% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 232 - color contains mainly: red. Hex color #E8468A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8468A is #17B975. Grayscale: #7E7E7E. Windows color (decimal): -1554806 or 9062120. OLE color: 9062120.

HSL color Cylindrical-coordinate representation of color #E8468A: hue angle of 334.81º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E8468A is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 70 138 -
CMYK 0 0.70 0.41 0.09
HSL 334.81º 0.78% 0.59% -
HSV(B) 334.81º 0.7% 0.91% -
XYZ 40.06 23.37 26.44 -
YUV 126.19 134.67 203.47 -
System Red Green Blue C M Y K H S L
Decimal 232 70 138 0 0.70 0.41 0.09 334.81 0.78 0.59
Hex E8 46 8A 0 46 29 9 14F 4E 3B
Octal 350 106 212 0 106 51 11 517 116 73
Binary 11101000 1000110 10001010 0 1000110 101001 1001 101001111 1001110 111011

Color Harmonies of #E8468A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8468A

Black with #E8468A

Text Example


Text Example

White with #E8468A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8468A; }

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

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

background-color css

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

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

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

border-color css

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

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

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