Html Css Color HEX #E68695 Carissma

📋 copy color: '#E68695'

red 230 ◦ green 134 ◦ blue 149

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

Shades of Carissma #E68695

Tints of Carissma #E68695

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.12%

 BLUE value IS 149 (58.59% from 255) = 29.04%

R = 44.83%
G = 26.12%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E68695 (or 0xE68695) is known color: Carissma. HEX triplet: E6, 86 and 95. RGB value is (230,134,149). Sum of RGB (Red+Green+Blue) = 230+134+149=513 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.83% from 513); Green value is 134 (52.73% from 255 or 26.12% from 513); Blue value is 149 (58.59% from 255 or 29.04% from 513); Max value from RGB is 230 - color contains mainly: red. Hex color #E68695 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68695 is #19796A. Grayscale: #A4A4A4. Windows color (decimal): -1669483 or 9799398. OLE color: 9799398.

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

Color convert

RGB 230 134 149 -
CMYK 0 0.42 0.35 0.10
HSL 350.63º 0.66% 0.71% -
HSV(B) 350.63º 0.42% 0.9% -
XYZ 46.58 36.04 32.94 -
YUV 164.41 119.3 174.78 -
System Red Green Blue C M Y K H S L
Decimal 230 134 149 0 0.42 0.35 0.10 350.63 0.66 0.71
Hex E6 86 95 0 2A 23 A 15F 42 47
Octal 346 206 225 0 52 43 12 537 102 107
Binary 11100110 10000110 10010101 0 101010 100011 1010 101011111 1000010 1000111

Color Harmonies of #E68695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68695

Black with #E68695

Text Example


Text Example

White with #E68695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68695; }

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

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

background-color css

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

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

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

border-color css

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

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

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