Html Css Color HEX #E64585 French Rose

📋 copy color: '#E64585'

red 230 ◦ green 69 ◦ blue 133

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

Shades of French Rose #E64585

Tints of French Rose #E64585

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.97%

 BLUE value IS 133 (52.34% from 255) = 30.79%

R = 53.24%
G = 15.97%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E64585 (or 0xE64585) is known color: French Rose. HEX triplet: E6, 45 and 85. RGB value is (230,69,133). Sum of RGB (Red+Green+Blue) = 230+69+133=432 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.24% from 432); Green value is 69 (27.34% from 255 or 15.97% from 432); Blue value is 133 (52.34% from 255 or 30.79% from 432); Max value from RGB is 230 - color contains mainly: red. Hex color #E64585 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64585 is #19BA7A. Grayscale: #7C7C7C. Windows color (decimal): -1686139 or 8734182. OLE color: 8734182.

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

Color convert

RGB 230 69 133 -
CMYK 0 0.7 0.42 0.10
HSL 336.15º 0.76% 0.59% -
HSV(B) 336.15º 0.7% 0.9% -
XYZ 38.99 22.77 24.53 -
YUV 124.44 132.84 203.3 -
System Red Green Blue C M Y K H S L
Decimal 230 69 133 0 0.7 0.42 0.10 336.15 0.76 0.59
Hex E6 45 85 0 46 2A A 150 4C 3B
Octal 346 105 205 0 106 52 12 520 114 73
Binary 11100110 1000101 10000101 0 1000110 101010 1010 101010000 1001100 111011

Color Harmonies of #E64585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64585

Black with #E64585

Text Example


Text Example

White with #E64585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64585; }

 p { color: rgb(230,69,133); }

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

background-color css

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

 a { background-color: rgb(230,69,133); }

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

border-color css

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

 span { border-color: rgb(230,69,133); }

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