Html Css Color HEX #E0848A Carissma

📋 copy color: '#E0848A'

red 224 ◦ green 132 ◦ blue 138

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

Shades of Carissma #E0848A

Tints of Carissma #E0848A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.72%

 BLUE value IS 138 (54.3% from 255) = 27.94%

R = 45.34%
G = 26.72%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E0848A (or 0xE0848A) is known color: Carissma. HEX triplet: E0, 84 and 8A. RGB value is (224,132,138). Sum of RGB (Red+Green+Blue) = 224+132+138=494 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.34% from 494); Green value is 132 (51.95% from 255 or 26.72% from 494); Blue value is 138 (54.30% from 255 or 27.94% from 494); Max value from RGB is 224 - color contains mainly: red. Hex color #E0848A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0848A is #1F7B75. Grayscale: #A0A0A0. Windows color (decimal): -2063222 or 9077984. OLE color: 9077984.

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

Color convert

RGB 224 132 138 -
CMYK 0 0.41 0.38 0.12
HSL 356.09º 0.6% 0.7% -
HSV(B) 356.09º 0.41% 0.88% -
XYZ 43.58 34.18 28.35 -
YUV 160.19 115.48 173.51 -
System Red Green Blue C M Y K H S L
Decimal 224 132 138 0 0.41 0.38 0.12 356.09 0.6 0.7
Hex E0 84 8A 0 29 26 C 164 3C 46
Octal 340 204 212 0 51 46 14 544 74 106
Binary 11100000 10000100 10001010 0 101001 100110 1100 101100100 111100 1000110

Color Harmonies of #E0848A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0848A

Black with #E0848A

Text Example


Text Example

White with #E0848A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0848A; }

 p { color: rgb(224,132,138); }

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

background-color css

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

 a { background-color: rgb(224,132,138); }

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

border-color css

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

 span { border-color: rgb(224,132,138); }

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