Html Css Color HEX #E64D9B French Rose

📋 copy color: '#E64D9B'

red 230 ◦ green 77 ◦ blue 155

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

Shades of French Rose #E64D9B

Tints of French Rose #E64D9B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.67%

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

R = 49.78%
G = 16.67%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E64D9B (or 0xE64D9B) is known color: French Rose. HEX triplet: E6, 4D and 9B. RGB value is (230,77,155). Sum of RGB (Red+Green+Blue) = 230+77+155=462 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.78% from 462); Green value is 77 (30.47% from 255 or 16.67% from 462); Blue value is 155 (60.94% from 255 or 33.55% from 462); Max value from RGB is 230 - color contains mainly: red. Hex color #E64D9B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E64D9B is #19B264. Grayscale: #838383. Windows color (decimal): -1684069 or 10178022. OLE color: 10178022.

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

Color convert

RGB 230 77 155 -
CMYK 0 0.67 0.33 0.10
HSL 329.41º 0.75% 0.6% -
HSV(B) 329.41º 0.67% 0.9% -
XYZ 41.2 24.5 33.57 -
YUV 131.64 141.19 198.16 -
System Red Green Blue C M Y K H S L
Decimal 230 77 155 0 0.67 0.33 0.10 329.41 0.75 0.6
Hex E6 4D 9B 0 43 21 A 149 4B 3C
Octal 346 115 233 0 103 41 12 511 113 74
Binary 11100110 1001101 10011011 0 1000011 100001 1010 101001001 1001011 111100

Color Harmonies of #E64D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64D9B

Black with #E64D9B

Text Example


Text Example

White with #E64D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64D9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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