Html Css Color HEX #E64894 French Rose

📋 copy color: '#E64894'

red 230 ◦ green 72 ◦ blue 148

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

Shades of French Rose #E64894

Tints of French Rose #E64894

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16%

 BLUE value IS 148 (58.2% from 255) = 32.89%

R = 51.11%
G = 16%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#E64894 (or 0xE64894) is known color: French Rose. HEX triplet: E6, 48 and 94. RGB value is (230,72,148). Sum of RGB (Red+Green+Blue) = 230+72+148=450 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.11% from 450); Green value is 72 (28.52% from 255 or 16% from 450); Blue value is 148 (58.20% from 255 or 32.89% from 450); Max value from RGB is 230 - color contains mainly: red. Hex color #E64894 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64894 is #19B76B. Grayscale: #7F7F7F. Windows color (decimal): -1685356 or 9717990. OLE color: 9717990.

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

Color convert

RGB 230 72 148 -
CMYK 0 0.69 0.36 0.10
HSL 331.14º 0.76% 0.59% -
HSV(B) 331.14º 0.69% 0.9% -
XYZ 40.3 23.6 30.45 -
YUV 127.91 139.35 200.82 -
System Red Green Blue C M Y K H S L
Decimal 230 72 148 0 0.69 0.36 0.10 331.14 0.76 0.59
Hex E6 48 94 0 45 24 A 14B 4C 3B
Octal 346 110 224 0 105 44 12 513 114 73
Binary 11100110 1001000 10010100 0 1000101 100100 1010 101001011 1001100 111011

Color Harmonies of #E64894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64894

Black with #E64894

Text Example


Text Example

White with #E64894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64894; }

 p { color: rgb(230,72,148); }

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

background-color css

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

 a { background-color: rgb(230,72,148); }

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

border-color css

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

 span { border-color: rgb(230,72,148); }

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