Html Css Color HEX #E1828C Carissma

📋 copy color: '#E1828C'

red 225 ◦ green 130 ◦ blue 140

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

Shades of Carissma #E1828C

Tints of Carissma #E1828C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.26%

 BLUE value IS 140 (55.08% from 255) = 28.28%

R = 45.45%
G = 26.26%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E1828C (or 0xE1828C) is known color: Carissma. HEX triplet: E1, 82 and 8C. RGB value is (225,130,140). Sum of RGB (Red+Green+Blue) = 225+130+140=495 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.45% from 495); Green value is 130 (51.17% from 255 or 26.26% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 225 - color contains mainly: red. Hex color #E1828C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1828C is #1E7D73. Grayscale: #9F9F9F. Windows color (decimal): -1998196 or 9208545. OLE color: 9208545.

HSL color Cylindrical-coordinate representation of color #E1828C: hue angle of 353.68º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E1828C is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 130 140 -
CMYK 0 0.42 0.38 0.12
HSL 353.68º 0.61% 0.7% -
HSV(B) 353.68º 0.42% 0.88% -
XYZ 43.77 33.87 29.04 -
YUV 159.55 116.97 174.69 -
System Red Green Blue C M Y K H S L
Decimal 225 130 140 0 0.42 0.38 0.12 353.68 0.61 0.7
Hex E1 82 8C 0 2A 26 C 162 3D 46
Octal 341 202 214 0 52 46 14 542 75 106
Binary 11100001 10000010 10001100 0 101010 100110 1100 101100010 111101 1000110

Color Harmonies of #E1828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1828C

Black with #E1828C

Text Example


Text Example

White with #E1828C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1828C; }

 p { color: rgb(225,130,140); }

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

background-color css

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

 a { background-color: rgb(225,130,140); }

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

border-color css

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

 span { border-color: rgb(225,130,140); }

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