Html Css Color HEX #E68386 Carissma

📋 copy color: '#E68386'

red 230 ◦ green 131 ◦ blue 134

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

Shades of Carissma #E68386

Tints of Carissma #E68386

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.46%

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

R = 46.46%
G = 26.46%
B = 27.07%

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

#E68386 (or 0xE68386) is known color: Carissma. HEX triplet: E6, 83 and 86. RGB value is (230,131,134). Sum of RGB (Red+Green+Blue) = 230+131+134=495 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.46% from 495); Green value is 131 (51.56% from 255 or 26.46% from 495); Blue value is 134 (52.73% from 255 or 27.07% from 495); Max value from RGB is 230 - color contains mainly: red. Hex color #E68386 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68386 is #197C79. Grayscale: #A1A1A1. Windows color (decimal): -1670266 or 8815590. OLE color: 8815590.

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

Color convert

RGB 230 131 134 -
CMYK 0 0.43 0.42 0.10
HSL 358.18º 0.66% 0.71% -
HSV(B) 358.18º 0.43% 0.9% -
XYZ 45.05 34.78 26.89 -
YUV 160.94 112.8 177.26 -
System Red Green Blue C M Y K H S L
Decimal 230 131 134 0 0.43 0.42 0.10 358.18 0.66 0.71
Hex E6 83 86 0 2B 2A A 166 42 47
Octal 346 203 206 0 53 52 12 546 102 107
Binary 11100110 10000011 10000110 0 101011 101010 1010 101100110 1000010 1000111

Color Harmonies of #E68386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68386

Black with #E68386

Text Example


Text Example

White with #E68386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68386; }

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

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

background-color css

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

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

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

border-color css

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

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

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