Html Css Color HEX #E5468D French Rose

📋 copy color: '#E5468D'

red 229 ◦ green 70 ◦ blue 141

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

Shades of French Rose #E5468D

Tints of French Rose #E5468D

RGB

 RED value IS 229 (89.84% from 255) = 52.05%

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

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

R = 52.05%
G = 15.91%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#E5468D (or 0xE5468D) is known color: French Rose. HEX triplet: E5, 46 and 8D. RGB value is (229,70,141). Sum of RGB (Red+Green+Blue) = 229+70+141=440 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.05% from 440); Green value is 70 (27.73% from 255 or 15.91% from 440); Blue value is 141 (55.47% from 255 or 32.05% from 440); Max value from RGB is 229 - color contains mainly: red. Hex color #E5468D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5468D is #1AB972. Grayscale: #7D7D7D. Windows color (decimal): -1751411 or 9258725. OLE color: 9258725.

HSL color Cylindrical-coordinate representation of color #E5468D: hue angle of 333.21º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E5468D is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 70 141 -
CMYK 0 0.69 0.38 0.10
HSL 333.21º 0.75% 0.59% -
HSV(B) 333.21º 0.69% 0.9% -
XYZ 39.31 22.96 27.56 -
YUV 125.64 136.68 201.73 -
System Red Green Blue C M Y K H S L
Decimal 229 70 141 0 0.69 0.38 0.10 333.21 0.75 0.59
Hex E5 46 8D 0 45 26 A 14D 4B 3B
Octal 345 106 215 0 105 46 12 515 113 73
Binary 11100101 1000110 10001101 0 1000101 100110 1010 101001101 1001011 111011

Color Harmonies of #E5468D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5468D

Black with #E5468D

Text Example


Text Example

White with #E5468D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5468D; }

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

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

background-color css

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

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

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

border-color css

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

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

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