Html Css Color HEX #E64B91 French Rose

📋 copy color: '#E64B91'

red 230 ◦ green 75 ◦ blue 145

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

Shades of French Rose #E64B91

Tints of French Rose #E64B91

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.67%

 BLUE value IS 145 (57.03% from 255) = 32.22%

R = 51.11%
G = 16.67%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E64B91 (or 0xE64B91) is known color: French Rose. HEX triplet: E6, 4B and 91. RGB value is (230,75,145). Sum of RGB (Red+Green+Blue) = 230+75+145=450 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.11% from 450); Green value is 75 (29.69% from 255 or 16.67% from 450); Blue value is 145 (57.03% from 255 or 32.22% from 450); Max value from RGB is 230 - color contains mainly: red. Hex color #E64B91 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64B91 is #19B46E. Grayscale: #818181. Windows color (decimal): -1684591 or 9522150. OLE color: 9522150.

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

Color convert

RGB 230 75 145 -
CMYK 0 0.67 0.37 0.10
HSL 332.9º 0.76% 0.6% -
HSV(B) 332.9º 0.67% 0.9% -
XYZ 40.26 23.9 29.28 -
YUV 129.33 136.85 199.81 -
System Red Green Blue C M Y K H S L
Decimal 230 75 145 0 0.67 0.37 0.10 332.9 0.76 0.6
Hex E6 4B 91 0 43 25 A 14D 4C 3C
Octal 346 113 221 0 103 45 12 515 114 74
Binary 11100110 1001011 10010001 0 1000011 100101 1010 101001101 1001100 111100

Color Harmonies of #E64B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64B91

Black with #E64B91

Text Example


Text Example

White with #E64B91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64B91; }

 p { color: rgb(230,75,145); }

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

background-color css

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

 a { background-color: rgb(230,75,145); }

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

border-color css

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

 span { border-color: rgb(230,75,145); }

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