Html Css Color HEX #E4468F French Rose

📋 copy color: '#E4468F'

red 228 ◦ green 70 ◦ blue 143

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

Shades of French Rose #E4468F

Tints of French Rose #E4468F

RGB

 RED value IS 228 (89.45% from 255) = 51.7%

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

 BLUE value IS 143 (56.25% from 255) = 32.43%

R = 51.7%
G = 15.87%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#E4468F (or 0xE4468F) is known color: French Rose. HEX triplet: E4, 46 and 8F. RGB value is (228,70,143). Sum of RGB (Red+Green+Blue) = 228+70+143=441 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.70% from 441); Green value is 70 (27.73% from 255 or 15.87% from 441); Blue value is 143 (56.25% from 255 or 32.43% from 441); Max value from RGB is 228 - color contains mainly: red. Hex color #E4468F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E4468F is #1BB970. Grayscale: #7D7D7D. Windows color (decimal): -1816945 or 9389796. OLE color: 9389796.

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

Color convert

RGB 228 70 143 -
CMYK 0 0.69 0.37 0.11
HSL 332.28º 0.75% 0.58% -
HSV(B) 332.28º 0.69% 0.89% -
XYZ 39.14 22.86 28.34 -
YUV 125.56 137.85 201.06 -
System Red Green Blue C M Y K H S L
Decimal 228 70 143 0 0.69 0.37 0.11 332.28 0.75 0.58
Hex E4 46 8F 0 45 25 B 14C 4B 3A
Octal 344 106 217 0 105 45 13 514 113 72
Binary 11100100 1000110 10001111 0 1000101 100101 1011 101001100 1001011 111010

Color Harmonies of #E4468F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4468F

Black with #E4468F

Text Example


Text Example

White with #E4468F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4468F; }

 p { color: rgb(228,70,143); }

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

background-color css

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

 a { background-color: rgb(228,70,143); }

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

border-color css

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

 span { border-color: rgb(228,70,143); }

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