Html Css Color HEX #E6868E Carissma

📋 copy color: '#E6868E'

red 230 ◦ green 134 ◦ blue 142

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

Shades of Carissma #E6868E

Tints of Carissma #E6868E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.06%

R = 45.45%
G = 26.48%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#E6868E (or 0xE6868E) is known color: Carissma. HEX triplet: E6, 86 and 8E. RGB value is (230,134,142). Sum of RGB (Red+Green+Blue) = 230+134+142=506 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.45% from 506); Green value is 134 (52.73% from 255 or 26.48% from 506); Blue value is 142 (55.86% from 255 or 28.06% from 506); Max value from RGB is 230 - color contains mainly: red. Hex color #E6868E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6868E is #197971. Grayscale: #A3A3A3. Windows color (decimal): -1669490 or 9340646. OLE color: 9340646.

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

Color convert

RGB 230 134 142 -
CMYK 0 0.42 0.38 0.10
HSL 355º 0.66% 0.71% -
HSV(B) 355º 0.42% 0.9% -
XYZ 46.04 35.83 30.08 -
YUV 163.62 115.8 175.35 -
System Red Green Blue C M Y K H S L
Decimal 230 134 142 0 0.42 0.38 0.10 355 0.66 0.71
Hex E6 86 8E 0 2A 26 A 163 42 47
Octal 346 206 216 0 52 46 12 543 102 107
Binary 11100110 10000110 10001110 0 101010 100110 1010 101100011 1000010 1000111

Color Harmonies of #E6868E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6868E

Black with #E6868E

Text Example


Text Example

White with #E6868E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6868E; }

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

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

background-color css

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

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

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

border-color css

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

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

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