Html Css Color HEX #E1848A Carissma

📋 copy color: '#E1848A'

red 225 ◦ green 132 ◦ blue 138

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

Shades of Carissma #E1848A

Tints of Carissma #E1848A

RGB

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

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

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

R = 45.45%
G = 26.67%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#E1848A (or 0xE1848A) is known color: Carissma. HEX triplet: E1, 84 and 8A. RGB value is (225,132,138). Sum of RGB (Red+Green+Blue) = 225+132+138=495 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.45% from 495); Green value is 132 (51.95% from 255 or 26.67% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 225 - color contains mainly: red. Hex color #E1848A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1848A is #1E7B75. Grayscale: #A0A0A0. Windows color (decimal): -1997686 or 9077985. OLE color: 9077985.

HSL color Cylindrical-coordinate representation of color #E1848A: hue angle of 356.13º degrees, saturation: 0.61, 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 #E1848A is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 132 138 -
CMYK 0 0.41 0.39 0.12
HSL 356.13º 0.61% 0.7% -
HSV(B) 356.13º 0.41% 0.88% -
XYZ 43.89 34.35 28.36 -
YUV 160.49 115.31 174.01 -
System Red Green Blue C M Y K H S L
Decimal 225 132 138 0 0.41 0.39 0.12 356.13 0.61 0.7
Hex E1 84 8A 0 29 27 C 164 3D 46
Octal 341 204 212 0 51 47 14 544 75 106
Binary 11100001 10000100 10001010 0 101001 100111 1100 101100100 111101 1000110

Color Harmonies of #E1848A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1848A

Black with #E1848A

Text Example


Text Example

White with #E1848A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1848A; }

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

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

background-color css

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

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

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

border-color css

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

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

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