Html Css Color HEX #E5828D Carissma

📋 copy color: '#E5828D'

red 229 ◦ green 130 ◦ blue 141

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

Shades of Carissma #E5828D

Tints of Carissma #E5828D

RGB

 RED value IS 229 (89.84% from 255) = 45.8%

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

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

R = 45.8%
G = 26%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#E5828D (or 0xE5828D) is known color: Carissma. HEX triplet: E5, 82 and 8D. RGB value is (229,130,141). Sum of RGB (Red+Green+Blue) = 229+130+141=500 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.8% from 500); Green value is 130 (51.17% from 255 or 26% from 500); Blue value is 141 (55.47% from 255 or 28.2% from 500); Max value from RGB is 229 - color contains mainly: red. Hex color #E5828D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5828D is #1A7D72. Grayscale: #A0A0A0. Windows color (decimal): -1736051 or 9274085. OLE color: 9274085.

HSL color Cylindrical-coordinate representation of color #E5828D: hue angle of 353.33º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E5828D is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 130 141 -
CMYK 0 0.43 0.38 0.10
HSL 353.33º 0.66% 0.7% -
HSV(B) 353.33º 0.43% 0.9% -
XYZ 45.1 34.55 29.49 -
YUV 160.86 116.8 176.61 -
System Red Green Blue C M Y K H S L
Decimal 229 130 141 0 0.43 0.38 0.10 353.33 0.66 0.7
Hex E5 82 8D 0 2B 26 A 161 42 46
Octal 345 202 215 0 53 46 12 541 102 106
Binary 11100101 10000010 10001101 0 101011 100110 1010 101100001 1000010 1000110

Color Harmonies of #E5828D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5828D

Black with #E5828D

Text Example


Text Example

White with #E5828D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5828D; }

 p { color: rgb(229,130,141); }

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

background-color css

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

 a { background-color: rgb(229,130,141); }

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

border-color css

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

 span { border-color: rgb(229,130,141); }

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