Html Css Color HEX #E6858D Carissma

📋 copy color: '#E6858D'

red 230 ◦ green 133 ◦ blue 141

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

Shades of Carissma #E6858D

Tints of Carissma #E6858D

RGB

 RED value IS 230 (90.23% from 255) = 45.63%

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

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

R = 45.63%
G = 26.39%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#E6858D (or 0xE6858D) is known color: Carissma. HEX triplet: E6, 85 and 8D. RGB value is (230,133,141). Sum of RGB (Red+Green+Blue) = 230+133+141=504 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.63% from 504); Green value is 133 (52.34% from 255 or 26.39% from 504); Blue value is 141 (55.47% from 255 or 27.98% from 504); Max value from RGB is 230 - color contains mainly: red. Hex color #E6858D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6858D is #197A72. Grayscale: #A2A2A2. Windows color (decimal): -1669747 or 9274854. OLE color: 9274854.

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

Color convert

RGB 230 133 141 -
CMYK 0 0.42 0.39 0.10
HSL 355.05º 0.66% 0.71% -
HSV(B) 355.05º 0.42% 0.9% -
XYZ 45.83 35.52 29.64 -
YUV 162.92 115.64 175.85 -
System Red Green Blue C M Y K H S L
Decimal 230 133 141 0 0.42 0.39 0.10 355.05 0.66 0.71
Hex E6 85 8D 0 2A 27 A 163 42 47
Octal 346 205 215 0 52 47 12 543 102 107
Binary 11100110 10000101 10001101 0 101010 100111 1010 101100011 1000010 1000111

Color Harmonies of #E6858D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6858D

Black with #E6858D

Text Example


Text Example

White with #E6858D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6858D; }

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

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

background-color css

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

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

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

border-color css

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

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

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