Html Css Color HEX #E25969 Cabaret

📋 copy color: '#E25969'

red 226 ◦ green 89 ◦ blue 105

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

Shades of Cabaret #E25969

Tints of Cabaret #E25969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25%

R = 53.81%
G = 21.19%
B = 25%

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

#E25969 (or 0xE25969) is known color: Cabaret. HEX triplet: E2, 59 and 69. RGB value is (226,89,105). Sum of RGB (Red+Green+Blue) = 226+89+105=420 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.81% from 420); Green value is 89 (35.16% from 255 or 21.19% from 420); Blue value is 105 (41.41% from 255 or 25% from 420); Max value from RGB is 226 - color contains mainly: red. Hex color #E25969 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25969 is #1DA696. Grayscale: #838383. Windows color (decimal): -1943191 or 6904290. OLE color: 6904290.

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

Color convert

RGB 226 89 105 -
CMYK 0 0.61 0.54 0.11
HSL 352.99º 0.7% 0.62% -
HSV(B) 352.99º 0.61% 0.89% -
XYZ 37.49 24.33 16.09 -
YUV 131.79 112.89 195.2 -
System Red Green Blue C M Y K H S L
Decimal 226 89 105 0 0.61 0.54 0.11 352.99 0.7 0.62
Hex E2 59 69 0 3D 36 B 161 46 3E
Octal 342 131 151 0 75 66 13 541 106 76
Binary 11100010 1011001 1101001 0 111101 110110 1011 101100001 1000110 111110

Color Harmonies of #E25969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25969

Black with #E25969

Text Example


Text Example

White with #E25969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25969; }

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

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

background-color css

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

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

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

border-color css

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

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

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