Html Css Color HEX #E5265C Cerise

📋 copy color: '#E5265C'

red 229 ◦ green 38 ◦ blue 92

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

Shades of Cerise #E5265C

Tints of Cerise #E5265C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.63%

R = 63.79%
G = 10.58%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E5265C (or 0xE5265C) is known color: Cerise. HEX triplet: E5, 26 and 5C. RGB value is (229,38,92). Sum of RGB (Red+Green+Blue) = 229+38+92=359 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.79% from 359); Green value is 38 (15.23% from 255 or 10.58% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 229 - color contains mainly: red. Hex color #E5265C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5265C is #1AD9A3. Grayscale: #656565. Windows color (decimal): -1759652 or 6039269. OLE color: 6039269.

HSL color Cylindrical-coordinate representation of color #E5265C: hue angle of 343.04º 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 #E5265C is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 38 92 -
CMYK 0 0.83 0.60 0.10
HSL 343.04º 0.79% 0.52% -
HSV(B) 343.04º 0.83% 0.9% -
XYZ 34.94 18.82 11.92 -
YUV 101.27 122.78 219.11 -
System Red Green Blue C M Y K H S L
Decimal 229 38 92 0 0.83 0.60 0.10 343.04 0.79 0.52
Hex E5 26 5C 0 53 3C A 157 4F 34
Octal 345 46 134 0 123 74 12 527 117 64
Binary 11100101 100110 1011100 0 1010011 111100 1010 101010111 1001111 110100

Color Harmonies of #E5265C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5265C

Black with #E5265C

Text Example


Text Example

White with #E5265C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5265C; }

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

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

background-color css

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

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

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

border-color css

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

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

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