Html Css Color HEX #E25398 French Rose

📋 copy color: '#E25398'

red 226 ◦ green 83 ◦ blue 152

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

Shades of French Rose #E25398

Tints of French Rose #E25398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 32.97%

R = 49.02%
G = 18%
B = 32.97%

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

#E25398 (or 0xE25398) is known color: French Rose. HEX triplet: E2, 53 and 98. RGB value is (226,83,152). Sum of RGB (Red+Green+Blue) = 226+83+152=461 (61% of max value = 765). Red value is 226 (88.67% from 255 or 49.02% from 461); Green value is 83 (32.81% from 255 or 18.00% from 461); Blue value is 152 (59.77% from 255 or 32.97% from 461); Max value from RGB is 226 - color contains mainly: red. Hex color #E25398 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25398 is #1DAC67. Grayscale: #858585. Windows color (decimal): -1944680 or 9982946. OLE color: 9982946.

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

Color convert

RGB 226 83 152 -
CMYK 0 0.63 0.33 0.11
HSL 331.05º 0.71% 0.61% -
HSV(B) 331.05º 0.63% 0.89% -
XYZ 40.12 24.62 32.34 -
YUV 133.62 138.38 193.89 -
System Red Green Blue C M Y K H S L
Decimal 226 83 152 0 0.63 0.33 0.11 331.05 0.71 0.61
Hex E2 53 98 0 3F 21 B 14B 47 3D
Octal 342 123 230 0 77 41 13 513 107 75
Binary 11100010 1010011 10011000 0 111111 100001 1011 101001011 1000111 111101

Color Harmonies of #E25398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25398

Black with #E25398

Text Example


Text Example

White with #E25398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25398; }

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

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

background-color css

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

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

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

border-color css

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

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

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