Html Css Color HEX #E6858A Carissma

📋 copy color: '#E6858A'

red 230 ◦ green 133 ◦ blue 138

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

Shades of Carissma #E6858A

Tints of Carissma #E6858A

RGB

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

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

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

R = 45.91%
G = 26.55%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.4

 K value IS 0.10

RGB Variations

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

Color information

#E6858A (or 0xE6858A) is known color: Carissma. HEX triplet: E6, 85 and 8A. RGB value is (230,133,138). Sum of RGB (Red+Green+Blue) = 230+133+138=501 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.91% from 501); Green value is 133 (52.34% from 255 or 26.55% from 501); Blue value is 138 (54.30% from 255 or 27.54% from 501); Max value from RGB is 230 - color contains mainly: red. Hex color #E6858A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6858A is #197A75. Grayscale: #A2A2A2. Windows color (decimal): -1669750 or 9078246. OLE color: 9078246.

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

Color convert

RGB 230 133 138 -
CMYK 0 0.42 0.4 0.10
HSL 356.91º 0.66% 0.71% -
HSV(B) 356.91º 0.42% 0.9% -
XYZ 45.61 35.43 28.48 -
YUV 162.57 114.14 176.09 -
System Red Green Blue C M Y K H S L
Decimal 230 133 138 0 0.42 0.4 0.10 356.91 0.66 0.71
Hex E6 85 8A 0 2A 28 A 165 42 47
Octal 346 205 212 0 52 50 12 545 102 107
Binary 11100110 10000101 10001010 0 101010 101000 1010 101100101 1000010 1000111

Color Harmonies of #E6858A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6858A

Black with #E6858A

Text Example


Text Example

White with #E6858A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6858A; }

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

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

background-color css

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

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

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

border-color css

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

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

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