Html Css Color HEX #E1868D Carissma

📋 copy color: '#E1868D'

red 225 ◦ green 134 ◦ blue 141

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

Shades of Carissma #E1868D

Tints of Carissma #E1868D

RGB

 RED value IS 225 (88.28% from 255) = 45%

 GREEN value IS 134 (52.73% from 255) = 26.8%

 BLUE value IS 141 (55.47% from 255) = 28.2%

R = 45%
G = 26.8%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E1868D (or 0xE1868D) is known color: Carissma. HEX triplet: E1, 86 and 8D. RGB value is (225,134,141). Sum of RGB (Red+Green+Blue) = 225+134+141=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 134 (52.73% from 255 or 26.8% from 500); Blue value is 141 (55.47% from 255 or 28.2% from 500); Max value from RGB is 225 - color contains mainly: red. Hex color #E1868D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1868D is #1E7972. Grayscale: #A2A2A2. Windows color (decimal): -1997171 or 9275105. OLE color: 9275105.

HSL color Cylindrical-coordinate representation of color #E1868D: hue angle of 355.38º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E1868D is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 134 141 -
CMYK 0 0.40 0.37 0.12
HSL 355.38º 0.6% 0.7% -
HSV(B) 355.38º 0.4% 0.88% -
XYZ 44.38 34.98 29.61 -
YUV 162.01 116.15 172.93 -
System Red Green Blue C M Y K H S L
Decimal 225 134 141 0 0.40 0.37 0.12 355.38 0.6 0.7
Hex E1 86 8D 0 28 25 C 163 3C 46
Octal 341 206 215 0 50 45 14 543 74 106
Binary 11100001 10000110 10001101 0 101000 100101 1100 101100011 111100 1000110

Color Harmonies of #E1868D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1868D

Black with #E1868D

Text Example


Text Example

White with #E1868D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1868D; }

 p { color: rgb(225,134,141); }

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

background-color css

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

 a { background-color: rgb(225,134,141); }

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

border-color css

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

 span { border-color: rgb(225,134,141); }

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