Html Css Color HEX #E5858D Carissma

📋 copy color: '#E5858D'

red 229 ◦ green 133 ◦ blue 141

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

Shades of Carissma #E5858D

Tints of Carissma #E5858D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.44%

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

R = 45.53%
G = 26.44%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#E5858D (or 0xE5858D) is known color: Carissma. HEX triplet: E5, 85 and 8D. RGB value is (229,133,141). Sum of RGB (Red+Green+Blue) = 229+133+141=503 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.53% from 503); Green value is 133 (52.34% from 255 or 26.44% from 503); Blue value is 141 (55.47% from 255 or 28.03% from 503); Max value from RGB is 229 - color contains mainly: red. Hex color #E5858D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5858D is #1A7A72. Grayscale: #A2A2A2. Windows color (decimal): -1735283 or 9274853. OLE color: 9274853.

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

Color convert

RGB 229 133 141 -
CMYK 0 0.42 0.38 0.10
HSL 355º 0.65% 0.71% -
HSV(B) 355º 0.42% 0.9% -
XYZ 45.51 35.36 29.63 -
YUV 162.62 115.8 175.35 -
System Red Green Blue C M Y K H S L
Decimal 229 133 141 0 0.42 0.38 0.10 355 0.65 0.71
Hex E5 85 8D 0 2A 26 A 163 41 47
Octal 345 205 215 0 52 46 12 543 101 107
Binary 11100101 10000101 10001101 0 101010 100110 1010 101100011 1000001 1000111

Color Harmonies of #E5858D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5858D

Black with #E5858D

Text Example


Text Example

White with #E5858D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5858D; }

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

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

background-color css

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

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

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

border-color css

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

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

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