Html Css Color HEX #E1829D Carissma

📋 copy color: '#E1829D'

red 225 ◦ green 130 ◦ blue 157

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

Shades of Carissma #E1829D

Tints of Carissma #E1829D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 30.66%

R = 43.95%
G = 25.39%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E1829D (or 0xE1829D) is known color: Carissma. HEX triplet: E1, 82 and 9D. RGB value is (225,130,157). Sum of RGB (Red+Green+Blue) = 225+130+157=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 130 (51.17% from 255 or 25.39% from 512); Blue value is 157 (61.72% from 255 or 30.66% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E1829D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1829D is #1E7D62. Grayscale: #A1A1A1. Windows color (decimal): -1998179 or 10322657. OLE color: 10322657.

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

Color convert

RGB 225 130 157 -
CMYK 0 0.42 0.30 0.12
HSL 342.95º 0.61% 0.7% -
HSV(B) 342.95º 0.42% 0.88% -
XYZ 45.12 34.41 36.16 -
YUV 161.48 125.47 173.3 -
System Red Green Blue C M Y K H S L
Decimal 225 130 157 0 0.42 0.30 0.12 342.95 0.61 0.7
Hex E1 82 9D 0 2A 1E C 157 3D 46
Octal 341 202 235 0 52 36 14 527 75 106
Binary 11100001 10000010 10011101 0 101010 11110 1100 101010111 111101 1000110

Color Harmonies of #E1829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1829D

Black with #E1829D

Text Example


Text Example

White with #E1829D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1829D; }

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

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

background-color css

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

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

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

border-color css

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

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

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