Html Css Color HEX #E25366 Cabaret

📋 copy color: '#E25366'

red 226 ◦ green 83 ◦ blue 102

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

Shades of Cabaret #E25366

Tints of Cabaret #E25366

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.19%

 BLUE value IS 102 (40.23% from 255) = 24.82%

R = 54.99%
G = 20.19%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#E25366 (or 0xE25366) is known color: Cabaret. HEX triplet: E2, 53 and 66. RGB value is (226,83,102). Sum of RGB (Red+Green+Blue) = 226+83+102=411 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.99% from 411); Green value is 83 (32.81% from 255 or 20.19% from 411); Blue value is 102 (40.23% from 255 or 24.82% from 411); Max value from RGB is 226 - color contains mainly: red. Hex color #E25366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25366 is #1DAC99. Grayscale: #7F7F7F. Windows color (decimal): -1944730 or 6706146. OLE color: 6706146.

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

Color convert

RGB 226 83 102 -
CMYK 0 0.63 0.55 0.11
HSL 352.03º 0.71% 0.61% -
HSV(B) 352.03º 0.63% 0.89% -
XYZ 36.86 23.31 15.13 -
YUV 127.92 113.38 197.96 -
System Red Green Blue C M Y K H S L
Decimal 226 83 102 0 0.63 0.55 0.11 352.03 0.71 0.61
Hex E2 53 66 0 3F 37 B 160 47 3D
Octal 342 123 146 0 77 67 13 540 107 75
Binary 11100010 1010011 1100110 0 111111 110111 1011 101100000 1000111 111101

Color Harmonies of #E25366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25366

Black with #E25366

Text Example


Text Example

White with #E25366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25366; }

 p { color: rgb(226,83,102); }

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

background-color css

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

 a { background-color: rgb(226,83,102); }

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

border-color css

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

 span { border-color: rgb(226,83,102); }

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