Html Css Color HEX #E68486 Carissma

📋 copy color: '#E68486'

red 230 ◦ green 132 ◦ blue 134

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

Shades of Carissma #E68486

Tints of Carissma #E68486

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.61%

 BLUE value IS 134 (52.73% from 255) = 27.02%

R = 46.37%
G = 26.61%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E68486 (or 0xE68486) is known color: Carissma. HEX triplet: E6, 84 and 86. RGB value is (230,132,134). Sum of RGB (Red+Green+Blue) = 230+132+134=496 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.37% from 496); Green value is 132 (51.95% from 255 or 26.61% from 496); Blue value is 134 (52.73% from 255 or 27.02% from 496); Max value from RGB is 230 - color contains mainly: red. Hex color #E68486 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68486 is #197B79. Grayscale: #A1A1A1. Windows color (decimal): -1670010 or 8815846. OLE color: 8815846.

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

Color convert

RGB 230 132 134 -
CMYK 0 0.43 0.42 0.10
HSL 358.78º 0.66% 0.71% -
HSV(B) 358.78º 0.43% 0.9% -
XYZ 45.19 35.05 26.94 -
YUV 161.53 112.47 176.84 -
System Red Green Blue C M Y K H S L
Decimal 230 132 134 0 0.43 0.42 0.10 358.78 0.66 0.71
Hex E6 84 86 0 2B 2A A 167 42 47
Octal 346 204 206 0 53 52 12 547 102 107
Binary 11100110 10000100 10000110 0 101011 101010 1010 101100111 1000010 1000111

Color Harmonies of #E68486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68486

Black with #E68486

Text Example


Text Example

White with #E68486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68486; }

 p { color: rgb(230,132,134); }

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

background-color css

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

 a { background-color: rgb(230,132,134); }

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

border-color css

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

 span { border-color: rgb(230,132,134); }

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