Html Css Color HEX #E25968 Cabaret

📋 copy color: '#E25968'

red 226 ◦ green 89 ◦ blue 104

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

Shades of Cabaret #E25968

Tints of Cabaret #E25968

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.24%

 BLUE value IS 104 (41.02% from 255) = 24.82%

R = 53.94%
G = 21.24%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#E25968 (or 0xE25968) is known color: Cabaret. HEX triplet: E2, 59 and 68. RGB value is (226,89,104). Sum of RGB (Red+Green+Blue) = 226+89+104=419 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.94% from 419); Green value is 89 (35.16% from 255 or 21.24% from 419); Blue value is 104 (41.02% from 255 or 24.82% from 419); Max value from RGB is 226 - color contains mainly: red. Hex color #E25968 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25968 is #1DA697. Grayscale: #838383. Windows color (decimal): -1943192 or 6838754. OLE color: 6838754.

HSL color Cylindrical-coordinate representation of color #E25968: hue angle of 353.43º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E25968 is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 89 104 -
CMYK 0 0.61 0.54 0.11
HSL 353.43º 0.7% 0.62% -
HSV(B) 353.43º 0.61% 0.89% -
XYZ 37.44 24.31 15.82 -
YUV 131.67 112.39 195.28 -
System Red Green Blue C M Y K H S L
Decimal 226 89 104 0 0.61 0.54 0.11 353.43 0.7 0.62
Hex E2 59 68 0 3D 36 B 161 46 3E
Octal 342 131 150 0 75 66 13 541 106 76
Binary 11100010 1011001 1101000 0 111101 110110 1011 101100001 1000110 111110

Color Harmonies of #E25968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25968

Black with #E25968

Text Example


Text Example

White with #E25968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25968; }

 p { color: rgb(226,89,104); }

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

background-color css

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

 a { background-color: rgb(226,89,104); }

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

border-color css

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

 span { border-color: rgb(226,89,104); }

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