Html Css Color HEX #E5265E Cerise

📋 copy color: '#E5265E'

red 229 ◦ green 38 ◦ blue 94

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

Shades of Cerise #E5265E

Tints of Cerise #E5265E

RGB

 RED value IS 229 (89.84% from 255) = 63.43%

 GREEN value IS 38 (15.23% from 255) = 10.53%

 BLUE value IS 94 (37.11% from 255) = 26.04%

R = 63.43%
G = 10.53%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E5265E (or 0xE5265E) is known color: Cerise. HEX triplet: E5, 26 and 5E. RGB value is (229,38,94). Sum of RGB (Red+Green+Blue) = 229+38+94=361 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.43% from 361); Green value is 38 (15.23% from 255 or 10.53% from 361); Blue value is 94 (37.11% from 255 or 26.04% from 361); Max value from RGB is 229 - color contains mainly: red. Hex color #E5265E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5265E is #1AD9A1. Grayscale: #656565. Windows color (decimal): -1759650 or 6170341. OLE color: 6170341.

HSL color Cylindrical-coordinate representation of color #E5265E: hue angle of 342.41º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E5265E is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 38 94 -
CMYK 0 0.83 0.59 0.10
HSL 342.41º 0.79% 0.52% -
HSV(B) 342.41º 0.83% 0.9% -
XYZ 35.03 18.85 12.38 -
YUV 101.49 123.78 218.95 -
System Red Green Blue C M Y K H S L
Decimal 229 38 94 0 0.83 0.59 0.10 342.41 0.79 0.52
Hex E5 26 5E 0 53 3B A 156 4F 34
Octal 345 46 136 0 123 73 12 526 117 64
Binary 11100101 100110 1011110 0 1010011 111011 1010 101010110 1001111 110100

Color Harmonies of #E5265E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5265E

Black with #E5265E

Text Example


Text Example

White with #E5265E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5265E; }

 p { color: rgb(229,38,94); }

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

background-color css

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

 a { background-color: rgb(229,38,94); }

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

border-color css

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

 span { border-color: rgb(229,38,94); }

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