Html Css Color HEX #E5275D Cerise

📋 copy color: '#E5275D'

red 229 ◦ green 39 ◦ blue 93

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

Shades of Cerise #E5275D

Tints of Cerise #E5275D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.8%

 BLUE value IS 93 (36.72% from 255) = 25.76%

R = 63.43%
G = 10.8%
B = 25.76%

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

#E5275D (or 0xE5275D) is known color: Cerise. HEX triplet: E5, 27 and 5D. RGB value is (229,39,93). Sum of RGB (Red+Green+Blue) = 229+39+93=361 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.43% from 361); Green value is 39 (15.62% from 255 or 10.80% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 229 - color contains mainly: red. Hex color #E5275D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5275D is #1AD8A2. Grayscale: #656565. Windows color (decimal): -1759395 or 6105061. OLE color: 6105061.

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

Color convert

RGB 229 39 93 -
CMYK 0 0.83 0.59 0.10
HSL 342.95º 0.79% 0.53% -
HSV(B) 342.95º 0.83% 0.9% -
XYZ 35.01 18.9 12.16 -
YUV 101.97 122.95 218.61 -
System Red Green Blue C M Y K H S L
Decimal 229 39 93 0 0.83 0.59 0.10 342.95 0.79 0.53
Hex E5 27 5D 0 53 3B A 157 4F 35
Octal 345 47 135 0 123 73 12 527 117 65
Binary 11100101 100111 1011101 0 1010011 111011 1010 101010111 1001111 110101

Color Harmonies of #E5275D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5275D

Black with #E5275D

Text Example


Text Example

White with #E5275D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5275D; }

 p { color: rgb(229,39,93); }

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

background-color css

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

 a { background-color: rgb(229,39,93); }

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

border-color css

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

 span { border-color: rgb(229,39,93); }

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