Html Css Color HEX #E35396 French Rose

📋 copy color: '#E35396'

red 227 ◦ green 83 ◦ blue 150

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

Shades of French Rose #E35396

Tints of French Rose #E35396

RGB

 RED value IS 227 (89.06% from 255) = 49.35%

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

 BLUE value IS 150 (58.98% from 255) = 32.61%

R = 49.35%
G = 18.04%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#E35396 (or 0xE35396) is known color: French Rose. HEX triplet: E3, 53 and 96. RGB value is (227,83,150). Sum of RGB (Red+Green+Blue) = 227+83+150=460 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.35% from 460); Green value is 83 (32.81% from 255 or 18.04% from 460); Blue value is 150 (58.98% from 255 or 32.61% from 460); Max value from RGB is 227 - color contains mainly: red. Hex color #E35396 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35396 is #1CAC69. Grayscale: #858585. Windows color (decimal): -1879146 or 9851875. OLE color: 9851875.

HSL color Cylindrical-coordinate representation of color #E35396: hue angle of 332.08º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E35396 is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 83 150 -
CMYK 0 0.63 0.34 0.11
HSL 332.08º 0.72% 0.61% -
HSV(B) 332.08º 0.63% 0.89% -
XYZ 40.28 24.72 31.5 -
YUV 133.69 137.21 194.55 -
System Red Green Blue C M Y K H S L
Decimal 227 83 150 0 0.63 0.34 0.11 332.08 0.72 0.61
Hex E3 53 96 0 3F 22 B 14C 48 3D
Octal 343 123 226 0 77 42 13 514 110 75
Binary 11100011 1010011 10010110 0 111111 100010 1011 101001100 1001000 111101

Color Harmonies of #E35396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35396

Black with #E35396

Text Example


Text Example

White with #E35396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35396; }

 p { color: rgb(227,83,150); }

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

background-color css

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

 a { background-color: rgb(227,83,150); }

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

border-color css

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

 span { border-color: rgb(227,83,150); }

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