Html Css Color HEX #E64B98 French Rose

📋 copy color: '#E64B98'

red 230 ◦ green 75 ◦ blue 152

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

Shades of French Rose #E64B98

Tints of French Rose #E64B98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 33.26%

R = 50.33%
G = 16.41%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#E64B98 (or 0xE64B98) is known color: French Rose. HEX triplet: E6, 4B and 98. RGB value is (230,75,152). Sum of RGB (Red+Green+Blue) = 230+75+152=457 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.33% from 457); Green value is 75 (29.69% from 255 or 16.41% from 457); Blue value is 152 (59.77% from 255 or 33.26% from 457); Max value from RGB is 230 - color contains mainly: red. Hex color #E64B98 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64B98 is #19B467. Grayscale: #818181. Windows color (decimal): -1684584 or 9980902. OLE color: 9980902.

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

Color convert

RGB 230 75 152 -
CMYK 0 0.67 0.34 0.10
HSL 330.19º 0.76% 0.6% -
HSV(B) 330.19º 0.67% 0.9% -
XYZ 40.82 24.12 32.21 -
YUV 130.12 140.35 199.24 -
System Red Green Blue C M Y K H S L
Decimal 230 75 152 0 0.67 0.34 0.10 330.19 0.76 0.6
Hex E6 4B 98 0 43 22 A 14A 4C 3C
Octal 346 113 230 0 103 42 12 512 114 74
Binary 11100110 1001011 10011000 0 1000011 100010 1010 101001010 1001100 111100

Color Harmonies of #E64B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64B98

Black with #E64B98

Text Example


Text Example

White with #E64B98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64B98; }

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

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

background-color css

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

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

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

border-color css

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

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

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