Html Css Color HEX #E2529B French Rose

📋 copy color: '#E2529B'

red 226 ◦ green 82 ◦ blue 155

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

Shades of French Rose #E2529B

Tints of French Rose #E2529B

RGB

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

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

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

R = 48.81%
G = 17.71%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#E2529B (or 0xE2529B) is known color: French Rose. HEX triplet: E2, 52 and 9B. RGB value is (226,82,155). Sum of RGB (Red+Green+Blue) = 226+82+155=463 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.81% from 463); Green value is 82 (32.42% from 255 or 17.71% from 463); Blue value is 155 (60.94% from 255 or 33.48% from 463); Max value from RGB is 226 - color contains mainly: red. Hex color #E2529B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2529B is #1DAD64. Grayscale: #858585. Windows color (decimal): -1944933 or 10179298. OLE color: 10179298.

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

Color convert

RGB 226 82 155 -
CMYK 0 0.64 0.31 0.11
HSL 329.58º 0.71% 0.6% -
HSV(B) 329.58º 0.64% 0.89% -
XYZ 40.3 24.57 33.63 -
YUV 133.38 140.21 194.06 -
System Red Green Blue C M Y K H S L
Decimal 226 82 155 0 0.64 0.31 0.11 329.58 0.71 0.6
Hex E2 52 9B 0 40 1F B 14A 47 3C
Octal 342 122 233 0 100 37 13 512 107 74
Binary 11100010 1010010 10011011 0 1000000 11111 1011 101001010 1000111 111100

Color Harmonies of #E2529B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2529B

Black with #E2529B

Text Example


Text Example

White with #E2529B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2529B; }

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

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

background-color css

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

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

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

border-color css

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

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

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