Html Css Color HEX #E64D8F French Rose

📋 copy color: '#E64D8F'

red 230 ◦ green 77 ◦ blue 143

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

Shades of French Rose #E64D8F

Tints of French Rose #E64D8F

RGB

 RED value IS 230 (90.23% from 255) = 51.11%

 GREEN value IS 77 (30.47% from 255) = 17.11%

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

R = 51.11%
G = 17.11%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#E64D8F (or 0xE64D8F) is known color: French Rose. HEX triplet: E6, 4D and 8F. RGB value is (230,77,143). Sum of RGB (Red+Green+Blue) = 230+77+143=450 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.11% from 450); Green value is 77 (30.47% from 255 or 17.11% from 450); Blue value is 143 (56.25% from 255 or 31.78% from 450); Max value from RGB is 230 - color contains mainly: red. Hex color #E64D8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E64D8F is #19B270. Grayscale: #828282. Windows color (decimal): -1684081 or 9391590. OLE color: 9391590.

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

Color convert

RGB 230 77 143 -
CMYK 0 0.67 0.38 0.10
HSL 334.12º 0.75% 0.6% -
HSV(B) 334.12º 0.67% 0.9% -
XYZ 40.24 24.11 28.52 -
YUV 130.27 135.19 199.13 -
System Red Green Blue C M Y K H S L
Decimal 230 77 143 0 0.67 0.38 0.10 334.12 0.75 0.6
Hex E6 4D 8F 0 43 26 A 14E 4B 3C
Octal 346 115 217 0 103 46 12 516 113 74
Binary 11100110 1001101 10001111 0 1000011 100110 1010 101001110 1001011 111100

Color Harmonies of #E64D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64D8F

Black with #E64D8F

Text Example


Text Example

White with #E64D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64D8F; }

 p { color: rgb(230,77,143); }

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

background-color css

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

 a { background-color: rgb(230,77,143); }

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

border-color css

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

 span { border-color: rgb(230,77,143); }

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