Html Css Color HEX #E28186 Carissma

📋 copy color: '#E28186'

red 226 ◦ green 129 ◦ blue 134

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

Shades of Carissma #E28186

Tints of Carissma #E28186

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.38%

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

R = 46.22%
G = 26.38%
B = 27.4%

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

#E28186 (or 0xE28186) is known color: Carissma. HEX triplet: E2, 81 and 86. RGB value is (226,129,134). Sum of RGB (Red+Green+Blue) = 226+129+134=489 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.22% from 489); Green value is 129 (50.78% from 255 or 26.38% from 489); Blue value is 134 (52.73% from 255 or 27.40% from 489); Max value from RGB is 226 - color contains mainly: red. Hex color #E28186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28186 is #1D7E79. Grayscale: #9E9E9E. Windows color (decimal): -1932922 or 8815074. OLE color: 8815074.

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

Color convert

RGB 226 129 134 -
CMYK 0 0.43 0.41 0.11
HSL 356.91º 0.63% 0.7% -
HSV(B) 356.91º 0.43% 0.89% -
XYZ 43.52 33.59 26.74 -
YUV 158.57 114.14 176.09 -
System Red Green Blue C M Y K H S L
Decimal 226 129 134 0 0.43 0.41 0.11 356.91 0.63 0.7
Hex E2 81 86 0 2B 29 B 165 3F 46
Octal 342 201 206 0 53 51 13 545 77 106
Binary 11100010 10000001 10000110 0 101011 101001 1011 101100101 111111 1000110

Color Harmonies of #E28186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28186

Black with #E28186

Text Example


Text Example

White with #E28186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28186; }

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

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

background-color css

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

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

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

border-color css

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

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

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