Html Css Color HEX #E28086 Carissma

📋 copy color: '#E28086'

red 226 ◦ green 128 ◦ blue 134

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

Shades of Carissma #E28086

Tints of Carissma #E28086

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.23%

 BLUE value IS 134 (52.73% from 255) = 27.46%

R = 46.31%
G = 26.23%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#E28086 (or 0xE28086) is known color: Carissma. HEX triplet: E2, 80 and 86. RGB value is (226,128,134). Sum of RGB (Red+Green+Blue) = 226+128+134=488 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.31% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 134 (52.73% from 255 or 27.46% from 488); Max value from RGB is 226 - color contains mainly: red. Hex color #E28086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28086 is #1D7F79. Grayscale: #9E9E9E. Windows color (decimal): -1933178 or 8814818. OLE color: 8814818.

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

Color convert

RGB 226 128 134 -
CMYK 0 0.43 0.41 0.11
HSL 356.33º 0.63% 0.69% -
HSV(B) 356.33º 0.43% 0.89% -
XYZ 43.39 33.33 26.7 -
YUV 157.99 114.47 176.51 -
System Red Green Blue C M Y K H S L
Decimal 226 128 134 0 0.43 0.41 0.11 356.33 0.63 0.69
Hex E2 80 86 0 2B 29 B 164 3F 45
Octal 342 200 206 0 53 51 13 544 77 105
Binary 11100010 10000000 10000110 0 101011 101001 1011 101100100 111111 1000101

Color Harmonies of #E28086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28086

Black with #E28086

Text Example


Text Example

White with #E28086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28086; }

 p { color: rgb(226,128,134); }

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

background-color css

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

 a { background-color: rgb(226,128,134); }

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

border-color css

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

 span { border-color: rgb(226,128,134); }

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