Html Css Color HEX #E85398 French Rose

📋 copy color: '#E85398'

red 232 ◦ green 83 ◦ blue 152

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

Shades of French Rose #E85398

Tints of French Rose #E85398

RGB

 RED value IS 232 (91.02% from 255) = 49.68%

 GREEN value IS 83 (32.81% from 255) = 17.77%

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

R = 49.68%
G = 17.77%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#E85398 (or 0xE85398) is known color: French Rose. HEX triplet: E8, 53 and 98. RGB value is (232,83,152). Sum of RGB (Red+Green+Blue) = 232+83+152=467 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.68% from 467); Green value is 83 (32.81% from 255 or 17.77% from 467); Blue value is 152 (59.77% from 255 or 32.55% from 467); Max value from RGB is 232 - color contains mainly: red. Hex color #E85398 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85398 is #17AC67. Grayscale: #878787. Windows color (decimal): -1551464 or 9982952. OLE color: 9982952.

HSL color Cylindrical-coordinate representation of color #E85398: hue angle of 332.21º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E85398 is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 83 152 -
CMYK 0 0.64 0.34 0.09
HSL 332.21º 0.76% 0.62% -
HSV(B) 332.21º 0.64% 0.91% -
XYZ 42.04 25.61 32.43 -
YUV 135.42 137.36 196.89 -
System Red Green Blue C M Y K H S L
Decimal 232 83 152 0 0.64 0.34 0.09 332.21 0.76 0.62
Hex E8 53 98 0 40 22 9 14C 4C 3E
Octal 350 123 230 0 100 42 11 514 114 76
Binary 11101000 1010011 10011000 0 1000000 100010 1001 101001100 1001100 111110

Color Harmonies of #E85398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85398

Black with #E85398

Text Example


Text Example

White with #E85398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85398; }

 p { color: rgb(232,83,152); }

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

background-color css

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

 a { background-color: rgb(232,83,152); }

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

border-color css

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

 span { border-color: rgb(232,83,152); }

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