Html Css Color HEX #E0818D Carissma

📋 copy color: '#E0818D'

red 224 ◦ green 129 ◦ blue 141

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

Shades of Carissma #E0818D

Tints of Carissma #E0818D

RGB

 RED value IS 224 (87.89% from 255) = 45.34%

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

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

R = 45.34%
G = 26.11%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E0818D (or 0xE0818D) is known color: Carissma. HEX triplet: E0, 81 and 8D. RGB value is (224,129,141). Sum of RGB (Red+Green+Blue) = 224+129+141=494 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.34% from 494); Green value is 129 (50.78% from 255 or 26.11% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 224 - color contains mainly: red. Hex color #E0818D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0818D is #1F7E72. Grayscale: #9E9E9E. Windows color (decimal): -2063987 or 9273824. OLE color: 9273824.

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

Color convert

RGB 224 129 141 -
CMYK 0 0.42 0.37 0.12
HSL 352.42º 0.61% 0.69% -
HSV(B) 352.42º 0.42% 0.88% -
XYZ 43.4 33.47 29.37 -
YUV 158.77 117.97 174.52 -
System Red Green Blue C M Y K H S L
Decimal 224 129 141 0 0.42 0.37 0.12 352.42 0.61 0.69
Hex E0 81 8D 0 2A 25 C 160 3D 45
Octal 340 201 215 0 52 45 14 540 75 105
Binary 11100000 10000001 10001101 0 101010 100101 1100 101100000 111101 1000101

Color Harmonies of #E0818D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0818D

Black with #E0818D

Text Example


Text Example

White with #E0818D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0818D; }

 p { color: rgb(224,129,141); }

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

background-color css

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

 a { background-color: rgb(224,129,141); }

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

border-color css

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

 span { border-color: rgb(224,129,141); }

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