Html Css Color HEX #E35296 French Rose

📋 copy color: '#E35296'

red 227 ◦ green 82 ◦ blue 150

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

Shades of French Rose #E35296

Tints of French Rose #E35296

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.86%

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

R = 49.46%
G = 17.86%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#E35296 (or 0xE35296) is known color: French Rose. HEX triplet: E3, 52 and 96. RGB value is (227,82,150). Sum of RGB (Red+Green+Blue) = 227+82+150=459 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.46% from 459); Green value is 82 (32.42% from 255 or 17.86% from 459); Blue value is 150 (58.98% from 255 or 32.68% from 459); Max value from RGB is 227 - color contains mainly: red. Hex color #E35296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35296 is #1CAD69. Grayscale: #848484. Windows color (decimal): -1879402 or 9851619. OLE color: 9851619.

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

Color convert

RGB 227 82 150 -
CMYK 0 0.64 0.34 0.11
HSL 331.86º 0.72% 0.61% -
HSV(B) 331.86º 0.64% 0.89% -
XYZ 40.2 24.57 31.48 -
YUV 133.11 137.54 194.97 -
System Red Green Blue C M Y K H S L
Decimal 227 82 150 0 0.64 0.34 0.11 331.86 0.72 0.61
Hex E3 52 96 0 40 22 B 14C 48 3D
Octal 343 122 226 0 100 42 13 514 110 75
Binary 11100011 1010010 10010110 0 1000000 100010 1011 101001100 1001000 111101

Color Harmonies of #E35296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35296

Black with #E35296

Text Example


Text Example

White with #E35296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35296; }

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

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

background-color css

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

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

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

border-color css

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

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

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