Html Css Color HEX #E1828A Carissma

📋 copy color: '#E1828A'

red 225 ◦ green 130 ◦ blue 138

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

Shades of Carissma #E1828A

Tints of Carissma #E1828A

RGB

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

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

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

R = 45.64%
G = 26.37%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#E1828A (or 0xE1828A) is known color: Carissma. HEX triplet: E1, 82 and 8A. RGB value is (225,130,138). Sum of RGB (Red+Green+Blue) = 225+130+138=493 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.64% from 493); Green value is 130 (51.17% from 255 or 26.37% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 225 - color contains mainly: red. Hex color #E1828A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1828A is #1E7D75. Grayscale: #9F9F9F. Windows color (decimal): -1998198 or 9077473. OLE color: 9077473.

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

Color convert

RGB 225 130 138 -
CMYK 0 0.42 0.39 0.12
HSL 354.95º 0.61% 0.7% -
HSV(B) 354.95º 0.42% 0.88% -
XYZ 43.62 33.81 28.27 -
YUV 159.32 115.97 174.85 -
System Red Green Blue C M Y K H S L
Decimal 225 130 138 0 0.42 0.39 0.12 354.95 0.61 0.7
Hex E1 82 8A 0 2A 27 C 163 3D 46
Octal 341 202 212 0 52 47 14 543 75 106
Binary 11100001 10000010 10001010 0 101010 100111 1100 101100011 111101 1000110

Color Harmonies of #E1828A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1828A

Black with #E1828A

Text Example


Text Example

White with #E1828A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1828A; }

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

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

background-color css

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

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

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

border-color css

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

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

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