Html Css Color HEX #E2539B French Rose

📋 copy color: '#E2539B'

red 226 ◦ green 83 ◦ blue 155

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

Shades of French Rose #E2539B

Tints of French Rose #E2539B

RGB

 RED value IS 226 (88.67% from 255) = 48.71%

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

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

R = 48.71%
G = 17.89%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#E2539B (or 0xE2539B) is known color: French Rose. HEX triplet: E2, 53 and 9B. RGB value is (226,83,155). Sum of RGB (Red+Green+Blue) = 226+83+155=464 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.71% from 464); Green value is 83 (32.81% from 255 or 17.89% from 464); Blue value is 155 (60.94% from 255 or 33.41% from 464); Max value from RGB is 226 - color contains mainly: red. Hex color #E2539B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2539B is #1DAC64. Grayscale: #858585. Windows color (decimal): -1944677 or 10179554. OLE color: 10179554.

HSL color Cylindrical-coordinate representation of color #E2539B: hue angle of 329.79º degrees, saturation: 0.71, 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 #E2539B is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 83 155 -
CMYK 0 0.63 0.31 0.11
HSL 329.79º 0.71% 0.61% -
HSV(B) 329.79º 0.63% 0.89% -
XYZ 40.37 24.72 33.65 -
YUV 133.97 139.88 193.65 -
System Red Green Blue C M Y K H S L
Decimal 226 83 155 0 0.63 0.31 0.11 329.79 0.71 0.61
Hex E2 53 9B 0 3F 1F B 14A 47 3D
Octal 342 123 233 0 77 37 13 512 107 75
Binary 11100010 1010011 10011011 0 111111 11111 1011 101001010 1000111 111101

Color Harmonies of #E2539B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2539B

Black with #E2539B

Text Example


Text Example

White with #E2539B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2539B; }

 p { color: rgb(226,83,155); }

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

background-color css

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

 a { background-color: rgb(226,83,155); }

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

border-color css

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

 span { border-color: rgb(226,83,155); }

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