Html Css Color HEX #E64A9A French Rose

📋 copy color: '#E64A9A'

red 230 ◦ green 74 ◦ blue 154

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

Shades of French Rose #E64A9A

Tints of French Rose #E64A9A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.16%

 BLUE value IS 154 (60.55% from 255) = 33.62%

R = 50.22%
G = 16.16%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E64A9A (or 0xE64A9A) is known color: French Rose. HEX triplet: E6, 4A and 9A. RGB value is (230,74,154). Sum of RGB (Red+Green+Blue) = 230+74+154=458 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.22% from 458); Green value is 74 (29.30% from 255 or 16.16% from 458); Blue value is 154 (60.55% from 255 or 33.62% from 458); Max value from RGB is 230 - color contains mainly: red. Hex color #E64A9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64A9A is #19B565. Grayscale: #818181. Windows color (decimal): -1684838 or 10111718. OLE color: 10111718.

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

Color convert

RGB 230 74 154 -
CMYK 0 0.68 0.33 0.10
HSL 329.23º 0.76% 0.6% -
HSV(B) 329.23º 0.68% 0.9% -
XYZ 40.91 24.05 33.06 -
YUV 129.76 141.68 199.5 -
System Red Green Blue C M Y K H S L
Decimal 230 74 154 0 0.68 0.33 0.10 329.23 0.76 0.6
Hex E6 4A 9A 0 44 21 A 149 4C 3C
Octal 346 112 232 0 104 41 12 511 114 74
Binary 11100110 1001010 10011010 0 1000100 100001 1010 101001001 1001100 111100

Color Harmonies of #E64A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64A9A

Black with #E64A9A

Text Example


Text Example

White with #E64A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64A9A; }

 p { color: rgb(230,74,154); }

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

background-color css

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

 a { background-color: rgb(230,74,154); }

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

border-color css

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

 span { border-color: rgb(230,74,154); }

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