Html Css Color HEX #E64E9B French Rose

📋 copy color: '#E64E9B'

red 230 ◦ green 78 ◦ blue 155

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

Shades of French Rose #E64E9B

Tints of French Rose #E64E9B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.85%

 BLUE value IS 155 (60.94% from 255) = 33.48%

R = 49.68%
G = 16.85%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E64E9B (or 0xE64E9B) is known color: French Rose. HEX triplet: E6, 4E and 9B. RGB value is (230,78,155). Sum of RGB (Red+Green+Blue) = 230+78+155=463 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.68% from 463); Green value is 78 (30.86% from 255 or 16.85% from 463); Blue value is 155 (60.94% from 255 or 33.48% from 463); Max value from RGB is 230 - color contains mainly: red. Hex color #E64E9B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E64E9B is #19B164. Grayscale: #848484. Windows color (decimal): -1683813 or 10178278. OLE color: 10178278.

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

Color convert

RGB 230 78 155 -
CMYK 0 0.66 0.33 0.10
HSL 329.61º 0.75% 0.6% -
HSV(B) 329.61º 0.66% 0.9% -
XYZ 41.27 24.64 33.59 -
YUV 132.23 140.86 197.74 -
System Red Green Blue C M Y K H S L
Decimal 230 78 155 0 0.66 0.33 0.10 329.61 0.75 0.6
Hex E6 4E 9B 0 42 21 A 14A 4B 3C
Octal 346 116 233 0 102 41 12 512 113 74
Binary 11100110 1001110 10011011 0 1000010 100001 1010 101001010 1001011 111100

Color Harmonies of #E64E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64E9B

Black with #E64E9B

Text Example


Text Example

White with #E64E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64E9B; }

 p { color: rgb(230,78,155); }

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

background-color css

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

 a { background-color: rgb(230,78,155); }

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

border-color css

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

 span { border-color: rgb(230,78,155); }

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