Html Css Color HEX #E25397 French Rose

📋 copy color: '#E25397'

red 226 ◦ green 83 ◦ blue 151

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

Shades of French Rose #E25397

Tints of French Rose #E25397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 32.83%

R = 49.13%
G = 18.04%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.33

 K value IS 0.11

RGB Variations

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

Color information

#E25397 (or 0xE25397) is known color: French Rose. HEX triplet: E2, 53 and 97. RGB value is (226,83,151). Sum of RGB (Red+Green+Blue) = 226+83+151=460 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.13% from 460); Green value is 83 (32.81% from 255 or 18.04% from 460); Blue value is 151 (59.38% from 255 or 32.83% from 460); Max value from RGB is 226 - color contains mainly: red. Hex color #E25397 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25397 is #1DAC68. Grayscale: #858585. Windows color (decimal): -1944681 or 9917410. OLE color: 9917410.

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

Color convert

RGB 226 83 151 -
CMYK 0 0.63 0.33 0.11
HSL 331.47º 0.71% 0.61% -
HSV(B) 331.47º 0.63% 0.89% -
XYZ 40.04 24.59 31.91 -
YUV 133.51 137.88 193.97 -
System Red Green Blue C M Y K H S L
Decimal 226 83 151 0 0.63 0.33 0.11 331.47 0.71 0.61
Hex E2 53 97 0 3F 21 B 14B 47 3D
Octal 342 123 227 0 77 41 13 513 107 75
Binary 11100010 1010011 10010111 0 111111 100001 1011 101001011 1000111 111101

Color Harmonies of #E25397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25397

Black with #E25397

Text Example


Text Example

White with #E25397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25397; }

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

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

background-color css

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

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

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

border-color css

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

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

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