Html Css Color HEX #E64796 French Rose

📋 copy color: '#E64796'

red 230 ◦ green 71 ◦ blue 150

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

Shades of French Rose #E64796

Tints of French Rose #E64796

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.74%

 BLUE value IS 150 (58.98% from 255) = 33.26%

R = 51%
G = 15.74%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E64796 (or 0xE64796) is known color: French Rose. HEX triplet: E6, 47 and 96. RGB value is (230,71,150). Sum of RGB (Red+Green+Blue) = 230+71+150=451 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.00% from 451); Green value is 71 (28.12% from 255 or 15.74% from 451); Blue value is 150 (58.98% from 255 or 33.26% from 451); Max value from RGB is 230 - color contains mainly: red. Hex color #E64796 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64796 is #19B869. Grayscale: #7F7F7F. Windows color (decimal): -1685610 or 9848806. OLE color: 9848806.

HSL color Cylindrical-coordinate representation of color #E64796: hue angle of 330.19º degrees, saturation: 0.76, 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 #E64796 is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 71 150 -
CMYK 0 0.69 0.35 0.10
HSL 330.19º 0.76% 0.59% -
HSV(B) 330.19º 0.69% 0.9% -
XYZ 40.39 23.53 31.27 -
YUV 127.55 140.68 201.08 -
System Red Green Blue C M Y K H S L
Decimal 230 71 150 0 0.69 0.35 0.10 330.19 0.76 0.59
Hex E6 47 96 0 45 23 A 14A 4C 3B
Octal 346 107 226 0 105 43 12 512 114 73
Binary 11100110 1000111 10010110 0 1000101 100011 1010 101001010 1001100 111011

Color Harmonies of #E64796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64796

Black with #E64796

Text Example


Text Example

White with #E64796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64796; }

 p { color: rgb(230,71,150); }

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

background-color css

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

 a { background-color: rgb(230,71,150); }

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

border-color css

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

 span { border-color: rgb(230,71,150); }

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